      .top {
        width:101vw;
        height:15vh;
        background-color:teal;
        color:white;
        position:relative;
        top:-11px;
        left:-8px;
        text-align:center;
        font-size:36px;
        line-height:15vh;
        font-weight:bold;
        margin-bottom:3px;
        margin-right:0;
      }
      .left {
        width:15vw;
        height:13vh;
        background-color:teal;
        color:white;
        position:relative;
        left:-8px;
        top:-11px;
        text-align:center;
        line-height:13vh;
        font-size:24px;
        margin-bottom:3px;
      }
      .left:hover {
        background-color:#005858;
      }
      h1 {
        position:relative;
        top:-80vh;
        left:50vw;
        width:20vw;
      }
      .container {
        position:relative;
        top:-80vh;
        left:18vw;
        font-size:24px;
        width:79vw;
      }
      .leftimage {
        float:left;
        max-width:12%;
        height:auto;
        margin-right:1vw;
      }
      .rightimage {
        float:right;
        max-width:12%;
        height:auto;
        margin-left:1vw;
      }
      .p1 {
        margin-bottom:9vh;
      }
      .p2 {
        margin-bottom:3vh;
      }