html {
  background-color: whitesmoke;
}

body {
  background-color: bisque;
  text-align: center;
  margin:auto;
  max-width: 80%;
  padding: 1rem;
}