body {
            
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        }
   
        body {
            background-color: lightgray;
            display: flex;
            align-items: center;
            height: 100vh;
            margin: 0;
            align-items: center;
        }
   


        .content {
            text-align: center;
            margin-left: 30px;
            margin-right: 30px;
            font-size: 60px;
           
        }

       

        .images {
            display:flex;
            align-items: center;
            height: 90%;
        }
        .image {
            max-height: 90%;
           max-width: 90%;
            margin: 30px 60px;
        }
       

        @media (orientation: landscape) {
            .image {
                max-height: 90%;
                max-width: none;
            }
        }
            @media (orientation: portrait) {
            .image {
                max-width: 90%;
               max-height: none;
            }
        }
        p {
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            font-size: 5vw; /* Pas de gewenste lettergrootte aan */
            font-weight: bold;
            color: #f3eeee; /* Pas de gewenste tekstkleur aan */
            background-color: rgb(136, 136, 139);
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
            
        }
        .nounderline {
            text-decoration: none;
          }
       