@media (max-width: 670px) {
    .navProfile {
        display: flex;
        width: 100px;
        margin-right: 0px;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 610px) {
    .exam-preferences, .select-exam-board, .select-exam-type {
        margin-left: 1rem;
    }
    .navProfile {
        width: 100px;
    }
    #logo {
        margin-left: -1rem;
    }
    .mainNav {
        width: 400px;
    }
}


@media (max-width: 460px) {
    .select-exam-board, .select-exam-type {
        display: none;
    }
    #logo {
        margin-left: -1rem;
    }
    .navProfile {
        margin-right: -5rem;
    }
}
@media (max-height: 900px)  {
    #desktopNav {
        height: 90px
    }
}
@media (max-height: 700px)  {
    #desktopNav {
        height: 80px
    }
}