body {
  font-family: Akrobat, sans-serif;
  background: #271815;
  line-height: 1.3;
  color: #222222;
  font-size: 18px;
}

.container {
  background: white;
  width: 480px;
  margin: 0 auto;
}

h1 {
  font-size: 29px;
  text-align: center;
  color: #ffcc33;
  text-transform: uppercase;
}
h1 span {
  font-size: 24px;
  color: #fefefe;
}

h2 {
  margin-bottom: 20px;
  color: #1c385f;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
}

img {
  max-width: 480px;
  flex-shrink: 0;
  align-self: center;
}

.p_ignore {
  margin: 0 -20px;
  width: 480px !important;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 400px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #ffcc33, #f5b915);
  box-shadow: 0 7px 0 #d29900;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  color: #222222;
  font-family: inherit;
  text-align: center;
  transition: all 100ms;
  border: none;
}
.button:active {
  box-shadow: none;
  transform: translateY(7px);
}

input {
  height: 76px;
  width: 400px;
  border-radius: 2px;
  border: none;
  font-size: 24px;
  font-family: inherit;
  text-align: center;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*# sourceMappingURL=settings.css.map */
