 body {
      background-color: #A9CDBB;
    }

    .imgUC {
      width: 90%;
      display: block;
      margin: 0 auto;
    }

    .wawtf {
      width:30%;
      margin-left:35%;
      margin-right:35%;

    }
     .wawtTOC {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;

    }

    .wawtfContainer {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
    }
    
     .bioContainer {
      width: 70%;
      margin-left: 15%;
      margin-right: 15%;
    }

    .btn4 {
      font-family: Helvetica, Arial, sans-serif;
      background-color: #A9CDBB;
      width: 90%;
      cursor: pointer;
      border: 1px solid #000000;
      color: #000000;
      height: 40px;
      box-shadow: 20px 20px 20px 0px #000;
      border-radius: 0.5em;
      font-weight: 400;
      text-align: center;
      margin: 15px auto;
      font-size: 15px;
    }

    .btn4:hover {
      background-color: #218838;
      color: #ffffff;
    }

    .declare {
      width: 100%; 
      background-color: white;
      padding: 20px;
      border: 2px solid #000000;
      border-radius: 0.5em;
      box-shadow: 20px 20px 20px 0px #000;
      vertical-align: top; /* Align content to the top of the cell */
    }

    h1 {
      color: #000000;
      font-family: Arial, sans-serif;
      font-size: 1.2em;
      font-weight: 500;
      text-align: center;
    }

    h2 {
      color: #000000;
      font-family: Arial, sans-serif;
      font-size: 1em;
      font-weight: 500;
      text-align: center;
    }

    h8 {
      color: red;
      font-family: Arial, sans-serif;
      font-size: 0.8em;
      font-weight: 500;
      text-align: center;
    }

    p {
      color: #000000;
      font-family: Arial, sans-serif;
      font-size: 1em;
      font-weight: normal;
      text-align: left;
    }

    .indexBtnsDiv {
      width: 100%;
      margin: 0 auto;
      box-shadow: 20px 20px 20px 0px #000;
      border-radius: 0.5em;
      background-color: #ffffff;
      padding: 10px;
    }

    .button-container { /* Table styles */
      width: 90%;
      margin: 20px auto; 
      table-layout: fixed; 
      border-collapse: collapse; 
    }

    .button-item { /* Table row styles */
      display: table-row; 
    }

    .declare { /* Table cell styles */
      display: table-cell;
      padding: 10px; 
    }
    
       .declare_2 {
		  width: 60%; 
		  background-color: white;
		  padding: 20px;
		  border: 2px solid #000000;
		  border-radius: 0.5em;
		  box-shadow: 20px 20px 20px 0px #000;
		  margin: 20px auto; 
    }

#aim {display:none;}

 .btn5 {
      font-family: Helvetica, Arial, sans-serif;
      background-color:  #A9CDBB;
      width: 20%;
      cursor: pointer;
      border: 1px solid #000000;
      color: white;
      height: 40px;
      box-shadow: 20px 20px 20px 0px #000;
      border-radius: 0.5em;
      font-weight: 400;
      text-align: center;
      margin: 15px auto;
      font-size: 15px;
    }

    .btn5:hover {
      background-color: #218838;
      color: #ffffff;
    }
    
    .btn6 {
      font-family: Helvetica, Arial, sans-serif;
      background-color: red;
      width: 20%;
      cursor: pointer;
      border: 1px solid #000000;
      color: white;
      height: 40px;
      box-shadow: 20px 20px 20px 0px #000;
      border-radius: 0.5em;
      font-weight: 400;
      text-align: center;
      margin: 15px auto;
      font-size: 15px;
    }

    .btn6:hover {
      background-color: #218838;
      color: #ffffff;
    }
    
    #copyright {font-family: Helvetica, Arial, sans-serif; 
    color:black;
     font-size:0.5em; 
     position: fixed;
     bottom: 10;
    left: 10;
  }
  
  div.fixed { position: fixed; top: 20px; left: 5px; width: 150px;}
  
    .linklist {width:70%; color: #663d00; 
    margin-left:auto; margin-right:auto; margin-top:50px; 
    background-color:#ffebcc; padding:20px; 
    border: 5px solid; border-color:#cccccc;}
    .MUpic {width:70%;}