@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Zen+Maru+Gothic:wght@400;500&display=swap");

body {
  color: rgb(32, 32, 32);
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-rendering: auto;
  background-color: rgb(240, 240, 240);
  text-size-adjust: 100%;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  margin-bottom: 50px;
}

h1 {
  color: rgb(170, 170, 170);
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 1rem 2rem;
  border-top: 10px double rgb(170, 170, 170);
  border-bottom: 10px double rgb(170, 170, 170);
  background-color: rgba(255, 255, 255, 0.3);
}

p {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }
}

p a {
  display: inline-block;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: rgb(58, 141, 141);
  border: 3px solid rgb(58, 141, 141);
  border-radius: 30px;
  padding: 10px;
}

a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
