body {
  background: url("utility images/Eye pattern.png") darkred;
  background-size: cover;
  color: white;
  font-family: Georgia;
      }
ul {
  
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;

  }
  
  ul li {
    background-color: black;
    list-style-type: none;
    padding:  14px 16px;
    float: left;
    
    }
  
  ul li a{
    
    color: white;
    }
    
    .banner {
  display: flex;
  position: sticky;
  top: 0;
  align-items: center;
  flex-direction: column;
  background-color: black;
  height: 150px;
  text-align: center;
  border-style: solid;
  }
  
  h1 {
      text-shadow: 3px 3px red;
      letter-spacing: 5px;
      font-size: 50px;
      top: 50%;
      left: 50%;
      transform: translate(0%, -50%);
      
      }
      
      .bodytext {
    display: flex;
    margin: 20px 100px 20px 100px;
    padding: 5px 20px 5px;
    background-color: black;
    border: 3px solid white;
    font-size: 20px;
    }
      
      
      
      