.title-section h1 {
  color: white;
  background-image: url("../images/Mypost.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 200px 300px 100px;
}

.three-choices {
  padding: 50px 20px;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.choices {
  padding-top: 20px;
}

.three-choices .page-button {
  width: 300px;
  height: 100px;
}

.lower-pages .page-button {
  padding: 20px;
}

.page-button {
  background-color: #8b9a46;
  border-radius: 20px;
}

.lower-pages img {
  padding: 20px;
  margin: 0 auto;
  display: block;
}

.lower-pages .text-section {
  padding: 50px;
}

.text-section h2 {
  font-size: 48px;
  padding-bottom: 5px;
  color: #541212;
}

@media screen and (max-width: 600px) {
  .title-section h1 {
    padding: 20px;
    text-align: center;
  }
  img {
    display: none;
  }
}
