

body {
  margin: 0;
  background: Black;
  color: White;
  font-family: "Times New Roman";
}
 

ul {
  list-style-type: none;
  margin-left: 0px;
  margin-right: 0;
  margin-top: -90px;
  padding: 0;
  width: 165px;
  background-color: #61F40B;
  position: fixed;
  height: 100%;
  overflow: auto;
}
.banner {

  width: 100%;
  height: 100px;
  border: #C163F8;
  background: #C163F8;
  }


h1 {
  margin: 0;
  margin-left: 120px;
  text-align: left;
  background: #C163F8;
  color: #61F40B;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
}
.test {
  float: left;
  margin-top: -90px;
  margin-left: -10px;
  margin-right: -30px;
  object-fit: contain;
  object-position: left;
  width: 100%;
  height: 93.75px;
}
.westmorland {
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 60px;
  float: right;
  width: 200px;
  height: 230px;
}
p {
 color: White;
 margin-left:160px;
 padding:1px 16px;
}

li a {

  display: block;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}
.nav {
  width: 20%;
}
  
  
  
  
  
  