h1 {
  background-color: rgb(177, 222, 135);
  border-radius: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: fit-content;
  padding: 10px;
  color: rgb(80, 67, 47);
  font-family: Georgia, "Times New Roman", Times, serif;
}
.box {
  background-color: rgb(179, 222, 135);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  padding: 8px;
  color: rgb(80, 67, 47);
  font-family: Georgia, "Times New Roman", Times, serif;
}
html {
  background-color: rgb(223, 249, 162);
}
button {
  background-color: rgb(176, 222, 135);
  border-radius: 8px;
  height: 50px;
  width: 100px;
  padding: 10px;
  border-color: transparent;
  margin: 9px;
  color: rgb(80, 67, 47);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}
.buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.home-button-container {
  text-align: center;
  margin-top: 10px;
}
.tab-imgs {
  width: 100%;
  border-radius: 10px;
  margin: auto;
  display: block;
  filter: sepia(0%) hue-rotate(90deg);
  opacity: 85%;
}
