   .header {
      background-color: rebeccapurple;
      color: gold;
      padding: 20px;
      border-radius: 20px;
      text-align: center;
      border-style: solid;
      border-color:  darkgoldenrod;
      border-width:  5px;
    }

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

    .content-area {
      margin-top: 10px;
      margin-right:  20px;
    }

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

    .infobox {
      background-color:  mediumvioletred;
      margin-left:  -10px;
      margin-right:  -10px;
      margin-top:  30px;
      margin-bottom:  20px;
      padding-right:  10%;
      padding-bottom:  0%;
      border-radius: 20px;
      border-width: 5px;
      border-color:  black;
      border-style: solid;
    }  
    .infotext {
      font-family:  cursive;
      font-size:  40px;
      color:  violet;
      margin-top:  20px;
      margin-left:  20px;
    }
    .homeimage {  
      width:  40%;
      height:  25%;
      margin-left:  20px;
      margin-top:  20px;
      border-radius: 30px;
      border-width:  5px;
      border-style:  solid;
      border-color: blueviolet;
    }
        .sizeimage {
      width:  40%;
      height:  25%;
      margin-left:  20px;
      margin-top:  20px;
      border-radius: 30px;
      border-width:  5px;
      border-style:  solid;
      border-color: blueviolet;
    }
        .jobsimage {
      width:  40%;
      height:  25%;
      margin-left:  20px;
      margin-top:  20px;
      border-radius: 30px;
      border-width:  5px;
      border-style:  solid;
      border-color: blueviolet;
    }
    a:link,
    a:visited {
      color: white;
      text-decoration: none;
    }

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

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