body {
  background: #373737;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.2;
}

img {
  max-width: none;
  flex-shrink: 0;
}

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

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

footer {
  padding: 20px;
}

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

h1 {
  font-size: 30px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 44px;
}
h2 span {
  color: #48ae29;
}
h2.red span {
  color: #cd1c35;
}
h2.invert {
  color: white;
}
h2.invert span {
  color: #ffde00;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  background: #cd1c35 url("../img/button_bg.jpg");
  border-radius: 5px;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  border: none;
}

input {
  width: 360px;
  height: 80px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  border: none;
  color: black;
  font-family: inherit;
}

p {
  line-height: 26px;
  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;
}

footer img, footer a {
  margin: 5px;
  color: darkgrey;
}

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