body {
  background-image: url("/static/images/background.jpg");
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  margin: 0;
}

#game-holder {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding: 50px 0;
  box-sizing: border-box;
  flex-direction: column;
}

@font-face {
  font-family: "thin";
  src: url("/static/fonts/thin.woff2/stardew-valley.otf.woff2");
}

@font-face {
  font-family: "bold";
  src: url("/static/fonts/bold.woff2/svbold.otf.woff2");
}
