body {
    font-family: 'Roboto', sans-serif;
}

.logo-text {
    font-weight: 900;
    font-style: normal;
}

.nav-link {
    color: #474747;
    font-weight: 400;
}

.footer-link {
    text-align: left;
} 

.nav-link:hover,.footer-link:hover  {
    color: #2d75bd !important;
}
