html {
    height: 100%;
    width: 100%;
    background-color: black;
  }
  
  a {
    text-decoration: none;
    color: black;
  }
  
  .headlogo {
    font-family: 'Courier New', monospace;
    font-size: 20px;
    text-decoration: none;
    color: white;
    background-color: black;
    margin-left: 20%;
  }
  
  .header img {
    width: 5%;
  }
  
  .header button {
    float: right;
    font-family: 'Courier New', monospace;
    padding: 20px;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 15px;
    border: none;
    text-decoration: none;
    border-radius: 50%;
  }
  
  .headtext {
    float: right;
    font-family: 'Courier New', monospace;
    font-size: 20px;
    text-decoration: none;
    padding: 20px;
    color: white;
    background-color: black;
  }
  
  .headtext:hover {
    font-size: 30px;
  }
  
  .footlogo {
    width: 5%;
  }
  
  .WebName {
    float: right;
    font-family: 'Courier New', monospace;
    font-size: 35px;
    text-decoration: none;
    color: white;
    padding-top: 20px;
    background-color: black;
    margin-right: 64%;
  }
  
  .footerimg1 {
    float: right;
    width: 2%;
    padding: 10px;
    padding-top: 20px;
    transition: 0.7s;
  }
  
  .footerimg1:hover {
    margin-top: -15px;
  }
  
  .foottext {
    float: left;
    font-family: 'Courier New', monospace;
    font-size: 20px;
    text-decoration: none;
    padding-top: 13px;
    padding-bottom: 30px;
    color: white;
    background-color: black;
  }
  
  .foottext:hover {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .copyright-text {
    float: right;
    color: white;
    font-family: 'Courier New', monospace;
  }
  
  .ctlink {
    text-decoration: none;
    color: white;
    font-family: 'Courier New', monospace;
  }