.begin-game {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.begin-game__btn {
  background: #181818;
  border: 1px solid #181818;
  color: #FFFFFF;
  cursor: pointer;
  font: 14px / 50px Mulish-Regular, sans-serif;
  margin: 50px 0 20px;
  display: block;
  text-transform: uppercase;
  height: 50px;
  width: 350px;
}
.begin-game__btn:hover {
  background: #333333;
}
.begin-game__info {
  font: 14px/25px Mulish-Regular, sans-serif;
}
.begin-game__loading {
  background-image: url("/assets/loading/loading-main.gif");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  min-height: 300px;
  width: 100%;
}