 html {height: 100%;}
        body {
            margin-top: 0;
            background: #123524;
            height: 100%;
            font-family: Georgia, 'Times New Roman', Times, serif;
            font-size: larger;
        }

        h1, h2 ,h3 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: center;
        }

        .point {
            font-size: large;
            font-family: Helvetica, Arial, sans-serif;
        }

        a {
            color: #6fd2fb;
        }

        
        #inside {
            width: 60%;
            margin: 0px auto 0px;
            padding: 5px 80px 100px;
            background: #ecf3e6;
            color: #123524;
            min-height: 90%;
        }

        img {
            width: 100%;
        }

        .sidebyside > img {
            float:left;
            width:50%;
        }

        .sidebyside {display: flow-root}

        #datum{
            text-align: right;
        }
    
        .home {
            color : #00c2ff;
            text-decoration: none;
            font-size: xx-large;

        }
    @media (width < 1000px) {
    #inside {
         width: 100%;

      }
   }
        
