   body {
        background-color: #92DCE5 ;
        color: #000000;
         font-family: "Inter", sans-serif;
}

a {
    color: #000000;
}    
h1 {
     font-family: "Inter", sans-serif;

}     

img {
    border: .5em inset #000000;
}

a:hover {
    background-color: #000000;
    color:#92DCE5;  
    border-radius: 5PX;
}

.LOGO {
    border: .1em solid white;
    border-radius: 50%;
}