@charset "UTF-8";
/* CSS Document */
body	{
  background-color: #FFFFFA;
  font-family: Helvetica, sans-serif;
  font-size:20px;
  color:#000022;
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

#logo {
  font-family: Helvetica, sans-serif;
  font-size: 90px;
  font-weight: bolder;
  color:#000022;
  text-align: center;
  vertical-align: middle;
  top: 50%;
}
