body{
     background-image: url(img/background.jpg);
     font-family: "Reenie Beanie", cursive;
     font-size: 2.5em;
     padding: 2vw 20vw;
     
}
h1{
     font-family: "Homemade Apple", cursive;
     text-align: center;
     font-weight: 500;
     margin-top: 2vw;
     font-size: 1.5em;
}
.img{
     text-align: center;
}

a{
     color: black;
}

.logo{
     font-family: "Homemade Apple", cursive;
     font-size: 1.5em;
     text-align: center;
     padding-top: 0%;
}

ul{
     display: flex;
     flex-direction: row;
     justify-content: space-between;
     list-style: none;
     font-size: 1em;
     margin-top: 0%;
}

