body{
    margin: 0;
    padding: 0;
    background: linear-gradient(rgb(33, 32, 30), rgb(19, 17, 16),rgb(26, 14, 20),hsl(340, 95%, 8%));
    height: 100vh;
    color: #ffffff;
}
nav{
    display: flex;
}
a{
    text-decoration: none;
    color: #f8f8f8;
}
a:hover{
    color: hsl(340, 28%, 51%);
}
.header{
    list-style: none;
    display: flex;
    flex: 1;
    justify-content:space-evenly;
    margin-left: 600px;
    padding-top: 6px;
}
#logo{
    color: hsl(340, 28%, 51%);
    margin-left: 50px;
    margin-bottom: 2px;
}
h1{
    margin-left: 330px;
    margin-top: 130px;
    font-size: 40px;
}
.choices{
    text-decoration: none;
    margin-top: 40px;
    margin-left: 440px;
    font-size: 30px;
}
#People{
    margin-top: 20px;
}
#Fantasy{
    margin-top: 20px;
}
