@charset "utf-8";
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Bree Serif Regular'), local('BreeSerif-Regular'), url(https://fonts.gstatic.com/s/breeserif/v9/4UaHrEJCrhhnVA3DgluA96rp4g.ttf) format('truetype');
}
/**/
.clear-floats:after,
.clear-floats:before {
  content: " ";
  display: table;
  clear: both;
  font-size: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
*::selection {
  color: #fff;
  background-color: #90A9D1;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Bree Serif', serif;
  background-color: #90A9D1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  cursor: default;
}
.all {
  font-size: 15vh;
  line-height: 15vh;
  position: absolute;
  top: 47%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  text-transform: uppercase;
  padding: 20px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) {
  .all {
    font-size: 20vh;
    line-height: 20vh;
  }
}
.all.front {
  color: #ffffff;
}
.all i {
  font-style: normal;
  position: relative;
  display: inline-block;
}
.all .sh {
  position: relative;
  color: #6c8dc2;
}
.all span {
  white-space: nowrap;
  display: inline-block;
}
.lampas {
  display: block;
  position: absolute;
  width: 4000px;
  height: 4000px;
  pointer-events: none;
  z-index: 1000000;
  left: -1000px;
  top: -2000px;
  opacity: 0.1;
}
.debuger {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background-color: #ff0000b6;
  color: #fff;
  text-align: center;
}
