html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash__card {
  max-width: 50%;
  background-color: #f1f1f1;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
}

@media only screen and (max-width: 700px) {
  .splash__card {
    max-width: 88%;
  }
}

.splash__button {
  display: inline-block;
  width: 252px;
  height: 48px;
  font-size: 20px;
  color: #474747;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.splash__img {
  max-width: 100%;
  display: block;
  height: 160px;
  margin: 20px auto;
}

.splash__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title {
  margin-left: 10px;
  margin-right: 10px;
}
.bracket {
  display: block;
  width: 22px;
  height: 33px;
}
.description {
  text-align: left;
  padding: 0 20px 20px 20px;
}
.guide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-image {
  display: block;
  width: 120px;
  height: 76px;
  margin-right: 50px;
  margin-bottom: 30px;
}
.cardboard {
  display: block;
  width: 76px;
  height: 76px;
}
