html {
  scroll-behavior: smooth;
}

#divWebPageDetails, #divContentTitle, section p, .homepage-section, #divContentTitleTop {
    font-family: Exo;
    font-size: large !important;
}
.logo {
    max-width: 400px;
}

@media (max-width:500px){
    .logo {
        max-width: 250px;
    }
}
