body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  background: black;
}

.masthead {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.masthead::before {
  content: '';
  background-image: url('../assets/img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.masthead .main {
  margin: 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
}

.masthead h1,
.masthead .h1 {
  font-family: 'Fredoka One', cursive;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}

.masthead h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.masthead h3 {
  font-size: 20px;
}

.masthead .header img {
  width: 120px;
}

.masthead .store img {
  width: 180px;
  margin-top: 20px;
}

.masthead a {
  color: #fff;
}

.masthead .attention {
  font-size: 18px;
  font-weight: 600;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 14px 0;
}
.footer a {
  color: #c2c2c2;
  font-size: 14px;
}