.body {
  margin: 0;
  background-color: #77869a;
}

.header {
  padding: 40px 0;
}

.h1 {
  color: transparent;
  background: transparent url(img/sig.png) 50% 50% no-repeat;
  height: 124px;
}

.h2 {
  color: white;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.1vw;
  font-family: roboto, "Helvetica Neue", arial;
  font-weight: normal;
  margin: 0;
}

.a {
  color: white;
  text-decoration: none;
  &:hover {
    text-decoration: underline;
  }
}

.section {
  height: 600px;
  width: 100%;
  margin: 20px 0 80px;
  position: relative;
  transform: translateY(300px) rotateX(10deg);
  opacity: 0;
}

.in {
  transition:
    transform 0.8s ease-in-out,
    opacity 0.9s ease-in;
  transform: translateY(0) rotateX(0);
  opacity: 1;
}

.img {
  display: block;
  height: 600px;
  margin: 0 auto;
}

.figure {
  display: table;
  margin: 0 auto;
}

.info {
  display: block;
  font-family: roboto, "Helvetica Neue", arial;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.pointer {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  background: white;
}
