* {
    padding: 0;
    margin: 0;
}


@font-face {
    font-family: "titel";
    src: url(/fonts/Lobster-Regular.ttf);
}

@font-face {
    font-family: "leestekst";
    src: url(/fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf);
}



body {
    font-family: "leestekst";
    background-color: rgb(3, 3, 58);
    background-image: url(/images/curtains.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: beige;
    text-align: center;
    margin: 0 auto;
}

p {
    margin-top: 40px;
    font-size: large;
}

h1 {
    color: white;
    position: relative;
    height: 150px;
    text-align: center;
    padding-top: 50px;
    font-size: 80px;
    margin: 0 auto;
    font-family: "titel";
}

ul li {
    list-style-type: none;
    padding: 10px;
    margin: 10px;
    background-color: beige;
    width: 200px;
    height: 30px;
    padding-top: 20px;
    font-size: large;
}

ul li:hover {
    background-color: rgb(226, 43, 70);
    color: beige;
}

.lijst {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 130px;
    margin: 0 auto;
    width: max-content;
    list-style: none;
    text-align: center;
}