body {
  margin: 0;
  padding: 0;
}

.container {
  width: 100vw;
  height: 100vh;
  position: relative;

  background-image: url("/assets/revotech.png");
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
}

.button {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 18px;
}
@media only screen and (max-height: 1366px) {
  .button {
    bottom: 100px;
  }
}
