
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    perspective: 1000px;
}


.countdown {
    font-size: 2em;
    margin: 20px 0;
    color: #222;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    transform: rotateX(5deg);
}

.slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.flyer {
    width: 40%;
    height: auto;
    display: block;
    margin: 40 auto;
}

.content {
    margin-top: 20px;
    transform: rotateX(5deg);
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.title {
    font-size: 2em;
    font-weight: bold;
}

.theme, .date {
    font-size: 1.2em;
    margin: 10px 0;
}

.countdown {
    font-size: 1.5em;
    color: #d9534f;
    margin: 20px 0;
}

.register-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b8860b;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.social-links a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
}
