body {
    background-color: rgb(27, 27, 27);
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.bgImage {
    background-image: url("../../fotos/background2Gstboek.jpg");
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25%;
    padding-top: 97px;
}

@media (max-width: 600px) {
    main {
        margin-left: 0;
    }
}




