body{
    background-image: url('../../1.hoofdpagina/images/WallpaperDog-20354826.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    color: white;
}

.container{
    position: relative;
    width: 90%;
    margin: 1% auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5); /* Zwart met 50% doorzichtigheid */
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    margin-bottom: 5%;
}

.datum{
    padding-top: 2%;
    padding-bottom: 2%;
}

h1{
    padding-left: 6%;
    padding-top: 5%;
}

p{
    white-space: pre-line;
    padding-right: 11%;
    font-family: 'Georgia', 'Helvetica', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

a.navbar-brand:hover, .naam:hover{
    text-decoration: underline;
}

img{
    margin-top: 3%;
    padding-left: 11%;
}

.fotovb{
    width: 50%;
}

.april1{
    width: 75%;
}
