/* Global Styles */
body {
    color: #333;
    font-family: Arial, sans-serif;
    text-align: left;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

.secret {
    display: none;
    
}
/* Container */
.container {
    margin: 50px auto;
    padding: 30px;
    max-width: 80%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

img {
    display:none;
}

/* Headers */
h1 {
    font-size: 2.5em;
    color: #1a1a1a;
    font-family: "Georgia", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: left;
}

h2 {
    font-size: 2em;
    color: #2a2a2a;
    margin-bottom: 15px;
    font-family: "Georgia", serif;
}

h3 {
    font-size: 1.5em;
    color: #444;
    text-decoration: none;
    margin-bottom: 10px;
}

/* Paragraphs */
p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
}

/* Lists */
ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1em;
    color: #333;
}

li {
    background-color: transparent;
    margin: 10px 0;
    padding: 0;
    border: none;
    font-size: 1em;
    color: #555;
}

/* Buttons */
button.buy-ticket {
    background-color: #007bff;
    color: white;
    font-size: 1.2em;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

button.buy-ticket:hover {
    background-color: #0056b3;
}

/* Links */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Footer */
.footer {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9em;
    color: #777;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
