    body {
    background-image: url('3f74a16a2d96f1793d1d88e7b28aed6e.jpeg');
    }

    h1 {
    text-align: center;
    font-size: 80px;
    color: white;
    font-style: italic;
    }

    .text-res {
    font-size: 40px;    
    width: 800px;
    position: absolute;
    top: 10%;
    left: 50%;
    height: 480px;
    background-color: #050529;
    left: 55%;
    padding: 20px;
    color: white;
    border: solid white;
    border-radius: 8px;
    }

    .img {
    position: absolute;
    top: 20%;
    }

    .img2 {
    position: absolute;
    top: 500px;
    left: 400px;
    }

    .img3 {
    position: absolute;
    top: 650px;
    width: 600px;
    left: 50px; 
    }

    .hi{
    position: absolute;
    top: 20px;
    width: 100px
    }

    a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    margin-top: 900px;
    border: solid rgb(53, 53, 53);
    border-radius: 8px;
    }

    a:hover { 
    background-color: #ddd;
    color: black;

    }

    .Volgende {
    background-color: rgb(8, 0, 33);
    color: white;
    }


