

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#header {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
     background-image  : url('Screenshot%202024-03-21%20at%2011.53.16.png');
      background-repeat: repeat-x;
}
}

#tabs-top {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
}

#tabs-top a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
}

#main-home {
    text-align: center;
}

#tabs-bottom {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.special-offers {
    margin-bottom: 20px;
}

.special-offers h2 {
    color: #333;
}

.special-offers ul {
    list-style-type: none;
    padding: 0;
}

.special-offers li {
    margin-bottom: 10px;
    font-style: italic;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

#header {
    background-color: #333;
    padding: 10px;
    text-align: center;
}

#header img {
    max-width: 200px;
}

#tabs-top {
    background-color: #222;
    padding: 10px;
    text-align: center;
}

#tabs-top a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 18px;
}

#main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.movie {
    width: 250px;
    margin: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.movie:hover {
    transform: translateY(-5px);
}

.movie img {
    width: 100%; 
    height: 300px; 
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.movie h3 {
    margin: 10px 0;
    color: #333;
}

.movie a {
    text-decoration: none;
    color: #333;
}

.movie a:hover {
    color: #555;
}
#info-box-full{
      background-color : rgba(255, 255, 255, .8) ;
      width   : 90%;
      display : block;
      margin  : auto;
      margin-top : 12px;
      padding    : 10px;
}



#info-box-full img{
      width : 100%;
}



#info-box-full h3{
      text-align : center;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    text-align: center; /* Center align the content */
}

#header {
    background-color: #333;
    padding: 10px;
    text-align: center;
}

#header img {
    max-width: 200px;
}

#tabs-top {
    background-color: #222;
    padding: 10px;
    text-align: center;
}

#tabs-top a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 18px;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery img {
    max-width: 500px;
    margin: 30px; 
}