html {
  background: #101010;
  color: #545454;
}

body {
  font-size: 0.9em;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  padding: 2em;
  line-height: 20px;
}

h2 {
  font-size: 1em;
  margin-bottom: 96px;
}

h1 {
  font-size: 4em;
  text-transform: uppercase;
  text-shadow: -2px 2px 0 #222222;
  margin-top: 36px;
  font-weight: 300;
  line-height: 1.2em;
}

iframe {
  margin-top: 6px;
}

button {
  font-size: 0.7em;
  background-image: linear-gradient(
    -179deg,
    #fc3737 0%,
    #c30303 9%,
    #550202 100%
  );
  border: 1px solid #f00;
  border-radius: 2px;
  color: white;
  width: 140px;
  height: 28px;
  margin-left: 6px;
  cursor: pointer;
}

img {
  object-fit: cover;
  margin-top: 6px;
}

textarea {
  resize: none;
  overflow: hidden;
  display: block;
  width: 95%;
  height: auto;
  background: rgb(0 0 0 / 50%);
  border: 1px solid #efefef;
  padding: 12px;
  padding-bottom: 0px;
  margin-top: 6px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  color: #666;
  line-height: 20px;
}

.conteiner {
  margin: auto;
  max-width: 480px;
}

.buttons {
  text-align: right;
}

.button_icon {
  font-size: 1.6em;
}

.section_title {
  margin-bottom: 12px;
}

.subtitle {
  margin-bottom: 96px;
  line-height: 1.4em;
  font-size: 1.8em;
}

.section {
  margin-top: 48px;
}

.video,
.gif,
.photo {
  margin-bottom: 36px;
}

footer {
  text-align: center;
}
