@charset "UTF-8";

body {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 62.5%;
  line-height: 1;
  color: #1e1e1e;
  background: #56a369;
  overflow: hidden;
  box-sizing: border-box;
}
::selection {
  background: #56a369;
}
::-moz-selection {
  background: #56a369;
}

/* main */
.main {
  width: 100%;
  height: 100vh;
  height: 100svh;
  box-sizing: border-box;
}
.logo {
  width: 60%;
  max-width: 400px;
  height: auto;
  position: absolute !important;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 100;
}
