* {
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
}

main {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

main::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('iphone16_with_white_bg.png') center 100px/cover no-repeat;
    z-index: -1;
}


p {
    margin: 0;
    padding: 0;
    font-size: 16pt;
}



.homebutton {
    color: #282829 !important;
    background-color: white !important;
}


h1 {
    font-size: 36pt;
    color: white;
    font-weight: bold;
}

h2 {
    font-size: 18pt;
    color: white;
    font-weight: bold;
}

#demo {
    font-size: 30pt;
    text-align: center;
    color: lightgrey;
}

.countdownwrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 250px;
}

.countdowntext {
    font-size: 32pt;
    font-weight: bold;
}



.countdownblok {
    background-color: #282829;
    width: 25%;
    color: white;
    border-radius: 35px;
    text-align: center;
    padding: 1%;
}



main p {
    font-size: 18pt;
}

.tekstblokkenwrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
    margin-top: 80px;
}

#textblok2 {
    background-color:#282829;
    color: white;
    width: 22%;
    min-height: 300px;
    border-radius: 35px;
    box-shadow: 0 0 20px #ffffff88;
    padding-bottom: 1%;
}

#textblok2 h1, h2 {
    text-align: center;
}

#textblok2 p {
    width: 80%;
    text-align: center;
    margin: auto;
}

#textblok3 {
    background-color:#282829;
    color: white;
    width: 22%;
    min-height: 300px;
    border-radius: 35px;
    /* float: left; */
    /* margin: 50px 20% 0 5%; */
    box-shadow: 0 0 20px #ffffff88;
    padding-bottom: 1%;
}

#textblok3 h1, h2 {
    text-align: center;
}

#textblok3 p {
    width: 80%;
    margin: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .countdownblok {
        min-width: 65% !important;
        padding: 0 !important;
    }

    .countdownblok .countdowntext {
        font-size: 20pt;
        padding: 2% !important;
        margin: 0 !important;
    }

    .countdownblok #demo {
        font-size: 18pt;
        margin: 0 !important;
    }

    .tekstblokkenwrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 0;
    }

    .tekstblokken {
        min-width: 45%;
        min-height: fit-content !important;
        text-align: center !important;
        border-radius: 20px !important;
    }

    .tekstblokken h1 {
        font-size: 16pt;
        margin: 0;
        padding-top: 5%;
    }

    .tekstblokken h2 {
        display: none;
    }

    .tekstblokken p {
        font-size: 10pt;
        padding: 5% 2% 1% 2% !important;
        margin: 0 auto !important;
        text-align: center !important;
        width: 100% !important;
       
    }

    footer table {
        display: none;
    }
}
