body{
    font-family: 'Poppins', sans-serif;
}

h2, h3{
    text-transform: uppercase;
}

h4{
    color: white;
}

#linksTop{
    text-transform: uppercase;
}

#mainLogo{
    width: 50%;
}

.h3Title{
    color: black;
}

@media screen and (max-width:600px) {
    
    #mainLogo{
         width: 500px;
    }
   
    
}