@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Coiny&family=Fascinate&display=swap");

* {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#canvas {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)),
    url("images/4231416.jpg") no-repeat center/cover;
  display: none;
}

.allCon {
  width: 100%;
  height: 120px;
  background: url("images/36996.jpg") no-repeat center/cover;
  /* background: #000; */
  display: none;
}

.container {
  max-width: 1000px;
  margin: auto;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.itemCon {
  display: flex;
}

.image {
  width: 50px;
  height: 50px;
}

.num {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-family: "Orbitron", sans-serif;
  color: #fff;
  font-size: 30px;
}

.totalCon {
  display: flex;
  font-family: "Orbitron", sans-serif;
  color: #fff;
  font-size: 30px;
}

.imgCon {
  display: flex;
  flex-direction: column;
}

.item_total {
  width: 25px;
  height: 25px;
}

.message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(
    ellipse at bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.9)
  );
  /* display: flex; */
  justify-content: center;
  align-items: center;
  color: rgba(249, 249, 0, 0.8);
  font-size: 10em;
  font-family: "Paytone One", sans-serif;
  display: none;
}

#canvas2 {
  /* cursor: pointer; */
  background: #000;
  /* background: linear-gradient(
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1)
  ); */
  /* display: none; */
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.9)
    ),
    url("images/80595.jpg") no-repeat center/cover;
  /* background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.9)
    ),
    url("images/3357491.jpg") no-repeat center/cover; */
}

@media (max-width: 541px) {
  .container {
    padding: 0 10px;
  }

  .image {
    width: 25px;
    height: 25px;
  }

  .num {
    font-size: 18px;
  }

  .totalCon {
    font-size: 18px;
  }

  .item_total {
    width: 20px;
    height: 20px;
  }
}

/**/
.testDiv {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
