


nav ul {
    margin-left: auto;
    margin-right: auto;
}

nav li {
    display: inline-block;
    height: 100%;
    width: 22%;
    text-decoration: underline;
}

H1{
    text-align: center;
    color: gray;
}

section a img{
    border: 1px solid black;
}
section{

  margin-right: auto;
  margin-left: auto;
  width: 65%;
  align-items: center;
}
p{
    font-style: italic;
    color: gray;
}
hr{
    border-top:6px;
}

.link{
    font-size: 30px;
    color: black;
    text-decoration: underline;
    margin-left: 50px;
}
.contact{

  margin-right: auto;
  margin-left: auto;
  width: 45%;
  align-items: center;

}
.con{
    color: black;
    font-size: 16px;
    font-weight: bold;

}
