body {
  font-family: "Inter";
  background-color: black;
}

.menu {
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-bottom: solid 1px black;
}

.sfondo-home {
  width: 100%;
  height: calc(100vh - 50px);
  background-image: url(../images/bg_stnd.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.sfondo-home > img {
  width: 400px;
}

.cont-game {
  column-count: 2;
  column-gap: 15px;
  padding: 20px;
  width: 80%;
  margin-left: 10%;
}

.box-game {
  background: #f8f8f8;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  break-inside: avoid;
}

/*# sourceMappingURL=css.css.map */
