::-webkit-scrollbar {
    display: none;
}

.backgroundcolor {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*mix-blend-mode: overlay;*/
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
}

#content {
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

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

.navlist p {
    font-size: 1em;
    font-weight: 300;
    transition: 0.5s;
    cursor: pointer;
}

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

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