.nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: rgb(249, 237, 237);
  width: 100%;
}

h1 {
  text-align: center;
}

.ed {
  display: flex;
  justify-content: space-between;
}

.main {
  max-width: 1000px;
  background-color: #f8e5e5;
  margin: auto;
  padding: 20px;
  border-style: solid;
  font-family: Arial, Helvetica, sans-serif;
}
