@font-face {
  font-family: "Archia";
  src: local("Calibri"), local("Helvetica"), url("../../fonts/Archia.ttf") format("truetype");
  font-display: swap;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#game-container {
  height: 360px;
}

.button-play {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  width: 142px;
  height: 44px;
  border-radius: 10px;
  background-color: #205781;
  border: 0;
}

.button-play > strong {
  color: white;
  font-family: Archia, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
