body {
  /* background-color:#f2f0ef; */
  font-family:sans-serif;
  /* padding:-4vh 5vh 5vh 5vh; */
}

header{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  font-size:1.5em;
  /* margin:5em; */
  padding: 0.4em 0.4em 1.4em 0.4em;
}

header > font {
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
}

header> p {
   color:red;
}

navbar > a, a:link, a:visited{
   color:black;
   font-size:1.8em;
   text-decoration:underline;
   text-decoration-thickness:0.2rem;
   list-style-type: none;
}

navbar > ul{
   list-style-type: none;
} 

.main {
  display:flex;
  justify-content: space-evenly;
  align-items: center;
}

 img{
  width: 380px;
  height: auto;
}

