body {
    margin: 0 !important;
    padding: 0 !important;
}

#backgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aanbiedingenHeader {
    font-size: 48pt;
}

h1 {
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 68pt;
}

h2 {
    margin-top: -40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18pt;
}

button {
    border: 4px solid white;
    background-color: transparent;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 20px;
    color: white;
}

button:hover {
    border: 4px solid white;
    background-color: white;
    color: black;
}

@media only screen and (max-width: 600px) {
    h1 {
        text-align: center;
        vertical-align: middle;
        line-height: normal;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 38pt;
    }
    h2 {
        margin-top: -30px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 10pt;
    }
    .aanbiedingenHeader {
        font-size: 28pt;
    }
    button {
        border: 4px solid white;
        background-color: transparent;
        color: black;
        padding: 14px 28px;
        font-size: 16px;
        cursor: pointer;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        border-radius: 20px;
        color: white;
        width: 80%;
        margin-top: 10px;
    }
}