html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  background-color: #f6f7ef;
}

a {
  color: #2660ac;
}

a:hover {
  color: #073168;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

/* images */
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* top page */
/* @mixin tablet() {
    @media screen and (max-width: 786px) {
        @content
    }
} */
img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
  img {
    max-width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */