body {
  font-family: "Archivo Black", sans-serif;
  margin: 0;
  height: 100vh;
  background-color: #2f343a;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.4) 3px, transparent 3px), radial-gradient(circle, rgba(0, 0, 0, 0.4) 3px, transparent 3px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.6));
  background-position: 0 0, 7px 7px, center center;
  background-size: 14px 14px, 14px 14px, 100% 100%;
  background-repeat: repeat;
  font-family: sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container {
  height: 100vh;
  background: linear-gradient(to bottom, rgba(33, 36, 40, 0.7), rgba(25, 27, 30, 0.95));
}

.contents {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.text-box {
  font-family: "Archivo Black", sans-serif;
  text-align: center;
  margin: 0 auto;
}
.text-box .ttl {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 40px;
}
.text-box .text {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

img {
  display: block;
  margin: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none !important;
  transition: 0.1s;
  word-wrap: break-word;
}

a:hover {
  color: #0C5BB4;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .text-box {
    padding: 0 20px;
    margin: 20px 0 0;
  }
  .text-box .ttl {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 20px;
  }
  .text-box .text {
    font-size: 16px;
  }
  .text-box .text a {
    font-size: 12px;
    text-decoration: underline;
  }
}
/*# sourceMappingURL=style.css.map */