@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

a:hover{
    color: rgba(201, 205, 26, 1);
}

a{
    list-style: none;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    margin-left: 33px;
}

nav{
    background-color: rgba(28, 28, 28, 1);
    font-size: 18px;
    font-weight: 400;
      font-family: "Itim", cursive;
}

@media(max-width:768px){
    a{
        margin-left: 0;
    }

    ul{
         margin-top: 15px;
    }
}