

body {
  background-image: url("../../assets/img/game_background_1.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}

.box {
  background-color: rgba(13,110,253,0.24);
  margin: 50px;
  border-radius: 20px;
}

.col-md-4 {
  background-color: rgba(248,249,250,0.48);
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.row {
  margin: 10px;
}

.col-md-12 {
  flex: 0 0 auto;
  margin-bottom: 0px;
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

