        /*Tekstopmaak*/
        h1
        {
            color:black;
            text-align:center;
            display:block;

        }
        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;
        }
        /* Positie van tekst- en fotoblokken */    
         section
        {
            display:flex;
        }

        .overons
        {
            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;
        }
        