h1 a{
    color:white !important;
}


.navbar{
    border: solid white !important;
   
}
.navbar a{
    color:white !important;
}
.navbar a:hover{
    background-color: rgba(255, 255, 255, 0.435) !important;
}

body{
   
    color: white !important;
    height: 100vh;
    
}

footer a{
    color:black !important;
}


main{
   display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: center;
    margin: 10px;
    margin-top: 30px;
    
    flex-wrap: wrap;
    overflow: auto;
    gap: 30px;
    padding: 20px;
}

.box{
    background-color: rgba(0, 0, 0, 0.742);
    border-radius: 20px;
    padding:20px;
    max-width: 800px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.646);
    text-align: center;
    
}
.poster img{
    transition: transform 0.3s ease;
}
.poster img:hover{
    transform:scale(1.005);
}

table{
    text-align: left;
    margin: auto;
  background-color: #350f0c;
  width: 100%;
    
}
table, th, td {
  border: 0px solid black;
  
}
th, td{
    padding:10px;
    text-wrap: wrap;
}
th{
    background-color: #350f0c;
    color: #ccc0a6;
}
td{
    color: #350f0c;
    background-color: #ccc0a6;
}

.image-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
   flex-wrap: wrap;
    gap: 5px;
}
.table-wrapper {
    overflow-x: auto;
    width: 100%;
}

@media (max-width:800px){
  .box{
      width: 100%;
      max-width: 100%;
  }
  
}
