body{

    overflow-y: scroll;

}

unImg{
    position:absolute;
    color: black;
    font-family: Larsseit Medium;
    font-size: 1.5vw;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    top: 50%;
}

ti{
    position:absolute;
    color: black;
    text-align: center;
    width: 100%;
    font-family: Larsseit Light;
    font-size: 24px;
}


dropBig{
    position:absolute;
    color: black;
    text-align:left;
    width:100%;
    font-family: Larsseit Light;
    font-size: 12px;
}

.toolbar{
    opacity:1;
}

.dropDown{
    position: absolute;
    top: 10vh;
    height: 40vh;
    width: 12vw;
    left: 3vw;
}

.dropDown img{
    position: absolute;
    left: 0;
    top: 0;
    height: 5%;
    opacity: .5;
}


.menu {
     position: relative;
     left: 0;
     top: 5.5%;
     height:100%;
     width: 100%;
     opacity: 0;
 }

.menu img{
    position: relative;
    left: 0;
    top: 2%;
    height:10%;
    width: 100%;
    opacity: .1;
}

.element {
    position: relative;
    left: 0;
    top: 3%;
    width: 100%;
}


entry{
    position: absolute;
    left: 10%;
    color: black;
    text-align: left;
    vertical-align: text-top;
    font-family: Larsseit Light;
    font-size: 80%;
}


.titleHead{
    position:absolute;
    top: 5vh;
    left: 20vw;
    width: 58vw;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}