html {
  background: #907e69;
  margin: 30px;
}

body {
  background-color: #e0d4c3;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #69533d;
  font-weight: bald;
  text-align: center;
  border-radius: 16px;
  border: 2px solid;
  max-width: 600px;
  margin: auto;
  max-height: 800px;
  margin-top: 60px;
}

h1 {
  margin-top: 20px;
  margin-bottom: none;
  font-size: 30px;
}

h2 {
  font-size: 50px;
  margin: 20px 0 30px 0;
}

img {
  display: block;
  margin: 10px auto;
  width: 400px;
  max-width: 80%;
}

button {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
  width: 200px;
  margin-bottom: 5px;
  border-radius: 5px;
}

#increment-btn {
  background: #8c6d74;
}

#save-btn {
  background: #a27382;
}

p {
  font-size: 17px;
  margin: 10px 10px;
}
