
*{
    font-family: 'Darker Grotesque', sans-serif;   
    text-decoration: none;
    color: black;
}
.hero{
    background-image: url("./cute.png");
} 
.navbar:hover{
    background-color:#7797ff ;
    color: white;
    transition: 0.5s;
}
.footer:hover{
    background-color:#7797ff ;
    color: white;
    transition: 0.5s;
}
.navbar a:hover{
    border-bottom: 2px solid #091057;
} 
.footer a:hover{
    border-bottom: 2px solid #091057;
} 
