@charset "UTF-8";

main {
  width: 950px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tftitle {
  padding-top: 10px;
}

.tftitle h2 {
  text-align: center;
  position: relative;
  padding: 1.5rem 1rem;
}

strong {
  background: linear-gradient(transparent 40%, #FFD700 20%);
}

.gallery {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-list {
  width: 930px;
  max-width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: auto 5px;
}

.tftext {
  text-align: center;
}

.tftext h3 {
  margin: 25px auto;
}

.tftext p {
  margin-top: 30px;
}


link-button-area {
  text-align: center;
  padding-top: 50px;
}

.link-button {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  background-color: #f4dd64;
  display: inline-block;
  min-width: 200px;
  line-height: 40px;
  border-radius: 20px;
}

.link-button:hover {
  background-color: #d8b500;
}

@media (max-width: 800px) {

  .tftitle h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }

  .gallery img {
    width: 140px;
    height: 140px;
  }

}
