body, input {
  color: #fff;
  background: #000;
  text-align: center;
  font-family: 'Shojumaru', cursive;
  letter-spacing: 0.05em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-device-width: 768px) {
  img {
    max-width: 500px;
    margin: 0 auto;
  }
}

a {
  padding: 10px;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  margin: 10px auto;
  position: relative;
  text-decoration: none;
  color: #fff;
}

a.padding-top {
  display: inline-block;
  padding-top: 30px;
  font-size: 2rem;
  text-decoration: underline;
}

a.button, input.button {
  display: inline-block;
  border: 2px solid #fff;
  padding: 5px 10px;
  margin: 10px 5px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

a.button:hover, input.button:hover {
  background: #666;
}

a.button.single {
  display: block;
  width: max-content;
  margin: 20px auto;
}

form {
  display: inline-block;
}