html,
body {
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
}

.homepage {
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
  width: 100%;
  height: 100%;
  background-color: #534920;
  background-image: url("./background.svg");
  background-position: 47% 65%;
  background-size: 200%;
}
.homepage .logo {
  position: absolute;
  top: 220px;
  left: 669px;
}
.homepage .message {
  position: absolute;
  top: 703px;
  left: 721px;
}
.homepage .button {
  cursor: pointer;
  position: absolute;
  top: 602px;
  left: 802px;
}/*# sourceMappingURL=index.css.map */