.navbar-content-layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.navbar-bottom-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.nav-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav-link-rd,
.nav-link-doe {
    margin-bottom: 20px;
}

.nav-link-calculator {
    margin-bottom: 15px;
}

.view-hidden {
    display: none;
}
