.centered {
  display: flex;
  justify-content: center;
}
header h1 {
  text-align: center;
}
footer {
  text-align: center;
}
body {
  background-color: #f5deb3;
  color: #333; 
  font-family: Courier, monospace;
  margin: 10px; 
}
