.leftnavigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex: 1;
    padding-left: 2vw;
    max-height: 80vh;
}

.leftnavigation h3 {
    color: white;
    margin-bottom: -20px;
    font-size: 2vh;
    font-weight: 700;
}

.navlist {
    color: white;
    margin-left: 10px;
}

.navlist p {
    font-size: 2vh;
    font-weight: 300;
    transition: 0.5s;
    cursor: pointer;
    color: white;
}

.navlist p:hover {
    text-decoration: underline;
}

.line {
    border-left: 2px dotted white;
    height: 2vh;
    margin-left: 0;
    width: 0;
    margin-top: -2vh;
    margin-bottom: -2vh;
}