@charset "UTF-8";


/* ==================================================================

    style.css

================================================================== */

html,
body,
#wrapper {
  color: #111;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  display: table;
}
.inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

h1 {
  display: inline-block;
  font-size: 60px;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
h1 {
  font-size: 50px;
  margin-bottom: 25px;
}
}

ul.link li {
  display: inline-block;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
ul.link li {
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
}
ul.link li:last-child {
  margin-bottom: 0;
}
}
