body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-image: linear-gradient(to bottom, #0d1840, #0a1231);

  background-image: url("mouse/background.webp");

  min-height: 100vh;
}

.fixed-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background-image: linear-gradient(to bottom, #00061a, #000319);
}
.menu-item {
  font-weight: bold;
  margin: 0 10px !important;
  font-size: 17px !important;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-item svg {
  font-size: 30px;
}

.menu-item:hover {
  color: #83f08e;
}

.menu-item.active {
  color: #57f166;
  font-weight: bold;
}

svg {
  width: 1.125em;
}

body {
  display: flex;
  justify-content: center;
  margin: 0px;
  margin-bottom: 80px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  font-family: arial system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
p {
  max-width: 300px;
}
a {
  max-width: 100%;
}

button {
  margin-top: 10px;
  color: white;
  padding: 10px 24px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  width: 230px;
  max-width: 100%;
}
#bt1 {
  margin-bottom: 20px;
  margin-top: 20px;
  background: linear-gradient(to left, #db8309, #fdbf15, #db8309);
  font-weight: 700;
}
#bt2 {
  margin-top: 20px;
  background-image: linear-gradient(4deg, #30c620 20%, #29f513 100%);
  font-weight: 700;
}

svg {
  max-width: 33.75px;
}

.box {
  width: 1000px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
  color: white;
  text-align: center;
}
.board {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3px;
  margin-bottom: 0;
  width: 230px;
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.board-tower {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  margin-bottom: 0;
  width: min-content;
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.board-tower img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  border-radius: 8px;
}
.board-tower div {
  width: 53px;
  height: 53px;
}
.board div {
  width: 53px;
  height: 53px;
}
.board img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jogo {
  margin-top: 15px;
  position: relative;
  max-width: 100%;
  min-height: 157px;
  margin-bottom: 15px;
}
.carregando {
  transition: opacity 0.3s ease;
  width: 285px;
  max-width: 100%;
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  flex-direction: column;
  background-color: rgba(124, 124, 124, 0.459);
  background-image: url("hackeando.gif");
}
.carregando p {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.carregando img {
  margin-top: 20px;
  width: 100px;
  max-width: 100%;
  height: 100px;
  aspect-ratio: 1 / 1;
}

.iframejogo {
  border: 0px solid white;
  width: calc(100% - 30px);
  height: calc(100vh - 100px);
  margin-bottom: 10px;
  background-color: #323637;
}

iframe {
  max-width: calc(100% - 30px);
}
.cima {
  display: flex;
}

.texto {
  margin: 2px;
}

.logo {
  width: 350px;
  max-width: 80%;
}

small {
  font-weight: bold;
  text-align: left;
}

.top-center {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
}

.bottom-right {
  bottom: 30%;
  right: 0;
}

.bottom-left {
  bottom: 30%;
  left: 0;
}

.position-initial {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
