/* Tekstopmaak */
h1
{
    text-align:center;
}
p
{
    width:40vw;
    margin-top: 20px;
    margin-left:8vw;
    font-size:large;
}

/* Foto opmaak */
.foto
{
    position:relative;
    width: 25vw;
    margin-left:90px;
    display:flex;
    justify-content: left;
    border: 6px solid black;
    border-radius: 10px;
    transition: width 0.5s;
}     
.foto-active
{
    transition: width 0.5s;
    width:75% !important;
}
/*Foto- en Tekstblokken*/
section
{
    display:flex;
    align-items: center;
}
.desc
{
    text-align:center;
    margin-top:30px;
    margin-left:90px;
    padding:10px 10px;
    display:block;
    background-color: rgba(250, 235, 215, 0.85);
    width:55vw;
    height:10vw;
    border: 6px solid black;
    border-radius: 10px;
}
