body{
  background-color: #EEF4F0;
  padding: 10px;
  border:outset;
}

.n{
  list-style-type: none;
  text-align: center;

}
.top{
  text-decoration: none;
  color: white;
  margin: 10px;
}
.nav{
  background-color: green;
  height: 65px;
  border: outset;
}
.img{
  width: 70px;
  height: 65px;
  float: left;
}
p{
  font-weight: bold;
  margin: 10px;
  font-family: sans-serif;
  font-weight: 500;
  text-align: center;
}
li{
  list-style-position:outside;
  margin:0;
  font-family: sans-serif;
}
h1{
  text-align: center;
  font-family: Times New Roman;
  font-weight: 900;
}
ol{
  color:green;
  font-weight: 900;
}
img{
  width: 70%;
}
section{
  display: flex;
  flex-direction: column;
  justify-items:center;
}
.navl{
  color: black;
}
.intro{
  text-align: left;
}
