body {
  background-color: rgb(107, 104, 59);
}

h1 {
  display: flex;
  justify-content: center;
}

div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding: 5px;
  font-size: 20px;
  font-weight: 600;
}

button {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 10px;
  padding: 5px;
  font-size: 20px;
  font-weight: 600;
}
