body {
    background-image: url('/images/berkvens-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
}

.technical-body {
    background-image: url('/images/berkvens-technical-choice.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
}

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

.technical-section {
    flex-direction: column;
}

.title__container {
    background: rgba(255, 255, 255, 0.4);
    padding: 3rem;
}

.title__container h1 {
    font-size: 2rem;
    text-align: center;
}

.berkvens-france, .berkvens-dutch, .berkvens-english {
    width: 15%;
    padding: 30px 40px;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin: 40px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

img {
    width: 250px;
}

.berkvens-france:hover, .berkvens-dutch:hover, .berkvens-english:hover {
    position: relative;
    top: -3px;
}

p, a {
    font-family: Muli, sans-serif;
    text-decoration: none;
    color: #07173F;
    text-align: center;
    font-size: 22px;
    padding-top: 5px;
    margin: 0;
}

.documentation-buttons {
  display: flex;
  //height: 35%;
  width: 100%;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 1600px) {
 img {
      width: 200px;
    }
}

@media screen and (max-width: 1300px) {
 img {
      width: 150px;
    }
}

@media screen and (max-width: 800px) {
    body {
        padding: 35px;
    }

    section {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .title__container h1 {
        font-size: 1.5rem;
    }

    .berkvens-france, .berkvens-dutch, .berkvens-english {
        width: 50%;
        padding: 30px 40px;
        background-color: #FFFFFF;
        border-radius: 4px;
        margin: 40px;
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    }

    .berkvens-france:hover, .berkvens-dutch:hover, .berkvens-english:hover {
        position: relative;
        top: -3px;
    }

    p, a {
        font-family: Muli, sans-serif;
        text-decoration: none;
        color: #07173F;
        text-align: center;
        font-size: 22px;
        padding-top: 5px;
        margin: 0;
    }

    .documentation-buttons {
      flex-direction: column;
    }

    img {
      width: 150px;
    }

}
