#header-bar
    {width: 100%;
    height: 2.78vw;
    padding-top: 0.5vw;
    padding-bottom: -0.5vw;
    background-color: #572121;
    top: 0;
    z-index: -1;
}

#black-bar {
    height: 75%;
    border-radius: 6.94vw;
    background: black;
    color: honeydew;
    font-family:"Franklin Gothic Heavy";
    font-size: 1.74vw;
    padding-left: 0.69vw;
    z-index: 0;
}

#back{
    float: left;
    font-family: franklin Gothic Heavy;
    font-size: 1.74vw;
    color: wheat;
    margin-top:-2vw;
    margin-left: 0.5vw;
    position: relative;
    z-index: 10;
}

.start\.menu{
    text-decoration: none;
    color: navajowhite;
    text-shadow: 0.14vw 0.14vw 0.14vw rgb(0, 0, 0);
    margin:0 auto;
}

#naam{
    color: honeydew;
    font-family:"Franklin Gothic Heavy";
    font-size: 1.74vw;
    margin-top:-2vw;
    margin-left: 45%;

}