#start-screen_content-container h1{
    color:white;
    font-size: 5vh;
}

#start-screen_content-container img#graphic{
    cursor: pointer;
    max-height: 50vh;
    margin-top: 4vh;
}

.filefield {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

#scroll-to-bottom-gif {
    position: absolute;
    bottom:  5px;
    width: 80px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 5;
    cursor:pointer;
}
