body {
  background-color: #f1e9d2;
  margin-left: 10px;
}

@media (max-width: 800px) {
  body {
    font-size: 2em;
  }
}
