body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    background-color: #131a29;
}

header{
    background-color:  #131a29;
}


.welcome-text{
    background-image: url('/images/welcome-bg.png');
    height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button-hero {
    background: none;
    border: white 1px solid;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition-duration: 0.4s;
}

.first {
    background-color: red !important;
    border: 0px;
}

.button-hero:hover {
    scale: 1.1;
    transition: linear 0.2s;
}


.foto-van-de-maand {
    background-color: #1e2a45;
    color: white;
    padding: 100px;
    text-align: center;
    width: 100%;
}

.foto-van-de-maand-image{
    width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin: 20px;
}