body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url('/img/movie-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.choose-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.title {
    font-family: 'Vina Sans', sans-serif;
    font-size: 9em; 
    margin-bottom: 20px;
    color: #fff; 
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.button-container {
    display: flex;
    gap: 20px;
}

.channel-button {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 20px 30px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}

.channel-button h2 {
    font-size: 24px;
}

.channel-button p {
    font-size: 18px;
}

.channel-button:hover {
    background-color: #2980b9;
}

.header {
    font-size: 36px; /* Adjust the font size to your preference */
    margin-bottom: 20px;

  
  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    overflow: hidden; /* Prevent scrolling when the animation is active */
}


  .header {
    font-size: 36px; /* Adjust the font size to your preference */
    margin-bottom: 20px;
    
.footer {
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
