body {
    background-color: #0a151a;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

/*--------------  cursor ----------------*/

body {
  cursor: url('img/tuo-cursore.png'), auto; /* Cursore predefinito */
}
.content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-align: center;
}
/*--------------  cursor ----------------*/


.black-and-white {
  filter: grayscale(100%);
  width: 100%; /* Imposta la larghezza desiderata */
  height: auto; /* Mantiene le proporzioni dell'immagine */
}



table {
    border-collapse: collapse;
    margin-top: 0; /* Assicura che la tabella sia in cima */
    box-shadow: -20px 0 30px rgba(0, 0, 0, 0.5), 20px 0 30px rgba(0, 0, 0, 0.5);
}
body {
    background-color: #0a151a;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  
  .container {
    display: flex;
    flex-direction: column; /* Dispone le tabelle in verticale */
    align-items: center; /* Centra le tabelle orizzontalmente */
  }
  
  table {
    border-collapse: collapse;
    margin-top: 0; /* Rimuove lo spazio tra le tabelle */
    box-shadow: -20px 0 30px rgba(0, 0, 0, 0.5), 20px 0 30px rgba(0, 0, 0, 0.5);
  }
  .video-container {
    position: relative;
    width: 894px; /* Larghezza del video */
    height: 721px; /* Altezza del video */
  }

/* ------------------------------------------------ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0c171d;
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cookie-banner button {
  background-color: #89734e;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0 10px;
}

.cookie-banner a {
  color: #89734e;
  text-decoration: underline;
}

.cookie-banner .preferences {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
  width: 100%;
}

.cookie-banner .preferences a {
  margin: 0 10px;
}