body {
  background-color: #c9af92;
  text-decoration: none;
  font-family: Arial, verdana, sans-serif;
}

.container {
  box-sizing: border-box;
  width: 90%;
  background-color: #be8979;
  border: 2px solid black;
  margin: auto;
  padding-right: 20px;
  margin-top: 30px;
}

h1 {
  text-align: center;
  font-size: 50px;
  background-color: #c9af92;
  margin: 30px;
  font-family: "Times New Roman", Times, serif;
}

h2 {
  text-align: center;
  font-size: 35px;
  background-color: #c9af92;
  margin: 30px;
  font-family: "Times New Roman", Times, serif;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: 2px solid black;
  border-radius: 8px;
  max-width: 90%;
  height: auto;
}

p {
  font-size: 25px;
  text-align: center;
}

li {
  text-align: center;
  list-style-type: circle;
  list-style-position: inside;
  font-size: 25px;
}

#button {
  border-radius: 8px;
  text-align: center;
  background-color: #be8979;
  font-size: 20px;
  margin: auto;
  cursor: pointer;
}

#button a {
  text-decoration: none;
  color: black;
}

#button a:hover {
  color: #c9af92;
}
