body {margin:0;
background-color: antiquewhite;}

.new_ul {
  list-style-type: none;
  margin: 0;
  padding: 10;
  overflow: hidden;
  background-color: #F5E8C7;
  position: fixed;
  top: 0;
  width: 100%;
}

.new_li {
  float: left;
}

.new_a {
  display: block;
  color: #AC7088;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
}

.new_a:hover:not(.active) {
  background-color: #ECCCB2;
}

.active {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;  
  background-color: #DEB6AB;
}

.new_body{
    margin-top: 100px;
    margin-left: 30px;
}

.new_font{
        font-family: 'Times New Roman', serif;
      
}

.myimg{
    float: right; 
    height: 350px;
    width:  300px;
    margin-right: 35%;
    margin-right: 5%;
}