.img-profile {
    height: 2rem;
    width: 2rem;
    margin-left: 5px;
}

.dropdown-logout-button {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .dropdown-logout-button {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }
}

@media (max-width: 1199px) {

    .dropdown-logout-button,
    .dropdown-logout-button:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }
}