.sidenav-container {
    display: block;
    height: 100%;
    background-color: var(--alternative-background);
    padding-top: 40px;
    box-shadow: -15px -25px 25px 0px var(--primary-color);
}

.sidenav-container p {
    font-weight: bolder;
    margin-left: 70px;
    color: var(--tertiary-color);
    font-size: 21px;
    text-transform: uppercase;
}

.sidenav-container a {
    cursor: pointer;
    padding: 18px 6px 18px 70px;
    text-decoration: none;
    display: block;
    height: 24px;
    color: var(--tertiary-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.sidenav-container a.active-sidemenu {
    color: var(--secondary-color);
    font-weight: bolder;
    border-right: inset;
    border-color: var(--secondary-color);
}

.sidenav-container a:hover {
    font-weight: bolder;
    border-right: inset;
    border-color: var(--secondary-color);
}

.main {
    margin-left: 200px;
    /* Same as the width of the sidenav */
}