* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  background: #fff;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
  text-align: center;
}

#logo img {
  width: 300px;
  display: block;
}
/*# sourceMappingURL=style.css.map */