body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background: url(img/redraceachtergrond.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    color: white;
}

.title {
    margin-top: 50px;
    text-align: center;
}

.indexbox1 {
    height: fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    /*background-color: rgb(255, 255, 255, 0.1);*/
}

.indexbox2 {
    height: fit-content;
    width: 600px;
    margin: 0 70px;
    padding: 10px;
    /*background-color: rgb(255, 255, 255, 0.1);*/
    text-align: center;
    gap: 20px;
}
