.header {
      background-color: darkgreen;
      color: green;
      padding: 25px;
      text-align: center;
      border-style: solid;
      border-color:  lightgreen;
      border-width:  5px;
    }

    .header-text {
      font-size:  35px;
    }

    .content-area {
      margin-top: 15px;
      margin-right:  25px;
    }

    .submenu {
      margin:  25px;
      padding-top:  10px;
      padding-left:  20px;
      padding-right:  20px;
      padding-bottom:  10px;
      margin-left:  15%;
      background-color:  yellowgreen;
      border-style: dotted;
      border-color: forestgreen;
    }
    .mainbox {
      background-color: green ;
      padding: 10px;
      margin-left: 0;
      margin-right: 100%;
      width: 100%;
      height: 100px;
      border-radius: 20px;
      border-width:  5px;
      border-style: solid;
    }

    .infobox {
      background-color:  limegreen;
      margin-left:  -10px;
      margin-right:  -10px;
      margin-top:  30px;
      margin-bottom:  20px;
      padding-right:  10%;
      padding-bottom:  0%;
      border-radius: 5px;
      border-width: 15px;
      border-color:  darkgreen;
      border-style: solid;
    }  
    .infotext {
      font-family:  serif;
      font-size:  40px;
      color:  springgreen;
      margin-top:  20px;
      margin-left:  20px;
    }
    .homeimage {  
      width:  40%;
      height:  25%;
      margin-left:  20px;
      margin-top:  20px;
    }
        .sizeimage {
      width:  40%;
      height:  25%;
      margin-left:  20px;
      margin-top:  20px;
    }
        .jobsimage {
      width:  40%;
      height:  25%;
      margin-left:  20px;
      margin-top:  20px;
    }
    a:link,
    a:visited {
      color: white;
      text-decoration: mediumseagreen;
    }

    a:hover {
      text-decoration: none;
      color: mediumseagreen;
    }

    a:active {
      color: yellow;
      text-decoration: mediumseagreen;
    }