@font-face {
  font-family: "BrandonRegular";
  src: url(../src/font/Brandon_reg.otf);
}

body {
  font-family: BrandonRegular;
}

html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

img {
  user-select: none;
}

#container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #006a72;
}

#container img {
  width: 100%;
}

.button-container {
  width: 80%;
  height: 20%;
  position: absolute;
  top: 70%;
  left: 10%;
  display: flex;
}

.button-container div {
  flex: 1;
}
