/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*************************************************************************************************************************************/
html, body {
  height: 100%;
}

body {
  background-color: #969F78;
  display: flex;
  flex-direction: column;
}

.game {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}

.game div {
  width: 1200px;
}

#links-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888E72;
  width: 100%;
  padding-bottom: 20px;
}

.font-links {
  color: #888E72;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: center;
}

a {
  text-decoration: none;
}

a:hover div {
  color: #b8bbab;
  cursor: pointer;
}

.links {
  display: flex;
  justify-content: center;
}
