body{
    background-color: black;
}
.logo{
    width: 300px;
    height: auto;
}
h1{
    padding:20px 0;
    color: #f68121;
    text-align: center;
    font-size: 15px;
}
.content{
    height: 100vh;
}
a{
    font-size: 20px;
    color: #ffff;
    text-decoration: none;
}
a:hover{
    color: #d8d8d8;
    text-decoration: underline;
}