

.txt-headline {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

div .lineup {
  margin: 40px 0;
  text-align: center;
}

div .lineup img {
  width: 800px;
}

.method {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  }

.box2 {
  width: 400px;
  margin: 0 10px;
  padding: 20px;
  border: solid 1px #000;
  border-radius: 10px;
}

.offical-link {
  margin-top: 50px;
  text-align: center;
  font-size: 2em;
}


.offical-link a {
  color: #0033ff;
}