body {
    font-size: 16px;
} 

p {
    margin: 0 0 1em 0;
}

hr:not([size]) {
    height: 2px;
}

.main-nav.dark {
    background-color: rgb(10 10 10);
    
}   
    
.nav-logo-wrap .logo img {
    width: auto;
    max-height: 60px;
    margin: 4px 0;
}

.rounded-circle{
    border:1px solid;
    border-radius:50%;
    }

.description{
    font-size: 1.4rem;
    margin: 1rem 0 0 0;
    text-transform: uppercase;
}