*{
    margin: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

/* styling startscherm */
#startscherm{
    background-image: url(images/wiwdark.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 150px;
    text-align: center;
}

#startscherm h1{
    text-align: center;
    font-size: 3em;
    margin: 25px;
}

#start{
    margin-top: 275px;
    border-radius: 15px;
    font-size: 1.5em;
    padding: 35px 150px;
}

#start:hover{
    background-color: black;
    color: white;
}

/* styling waarwally */
#waarwally{
    background-image: url(images/wiw.png);
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 175px;
    text-align: center;
    display: none;
    flex-direction: column;
}

#waarwally h2{
    text-align: center;
    font-size: 3em;
    margin: 25px;
}

#wallyself{
    position: absolute;
    width: 25px;
    height: 25px;
}

#stopwatch {
    font-size: 2em;
    margin-top: 10px;
}

/* styling klaarscherm */
#klaarscherm{
    text-align: center;
    display: none;
    flex-direction: column;
}
#klaarscherm h3{
    font-size: 3em;
    margin: 25px;
}

#klaarscherm img{
    margin: 20px auto 40px auto;
    width: 450px;
    height: 417px;
}
#klaarscherm p{
    font-size: 2em;
}

#opnieuw{
    margin: 25px auto 0 auto;
    width: 100px;
    height: 50px;
}



