
body {
  margin: 0;
  background-color: #000;
  color: #33ff33;
  font-family: 'Courier New', Courier, monospace;
  padding-top: 50px;
}

.contenedor {
  max-width: 95%;
  margin: 0 auto;
}

.titulo {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.sala {
  border: 1px solid #33ff33;
  padding: 1rem;
  background-color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sala:hover {
  background-color: #111;
  box-shadow: 0 0 10px #33ff33;
}

.sala-nombre {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

/* SWALS */

.swal2-terminal {
  border: 1px solid #33ff33 !important;
  box-shadow: 0 0 10px rgba(51, 255, 51, 0.5) !important;
  font-family: 'Courier New', monospace !important;
}

.swal2-title-terminal {
  color: #33ff33 !important;
  font-family: 'Courier New', monospace !important;
}

.swal2-html-terminal {
  color: #33ff33 !important;
  font-family: 'Courier New', monospace !important;
}

.swal2-confirm-terminal {
  background-color: #000 !important;
  border: 1px solid #33ff33 !important;
  color: #33ff33 !important;
  font-family: 'Courier New', monospace !important;
  border-radius: 5px !important;
}

.swal2-cancel-terminal {
  background-color: #000 !important;
  border: 1px solid #ff3333 !important;
  color: #ff3333 !important;
  font-family: 'Courier New', monospace !important;
  border-radius: 5px !important;
}
