header {
  background-color: black;
  color: white;
}

header h1 {
  text-align: center;
}

header nav ul {
  list-style-type: none;
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  gap: 20px;
}

header nav a {
  text-decoration: none;
  color: white;
}

section {
  padding: 30px;
  margin: auto;
  width: 50%;
  background-color: rgb(242, 240, 240);
  margin-top: 25px;
  border-radius: 15px;
}

footer {
  background-color: black;
  color: white;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
