body {
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.02em;
}

.h1 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img_pixel {
  display: block;
}

