.nav {
  border: 5px solid #ff7096;
  display: flex;
  justify-content:center;
  flex-direction: row;
}

h1{
  text-align: center;
  margin: 20px;
}

img{
 margin: 10px 0px 0px 30px; 
}