body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f8ff;
}

.container {
    margin-top: 50px;
}

h1 {
    color: #ff69b4;
    margin-bottom: 20px;
}

#slideshow {
    width: 300px;
    height: 300px;
    margin: 20px auto;
    background-size: cover;
    background-position: center;
}

#countdown {
    font-size: 24px;
    color: #ff4500;
    margin-bottom: 30px;
}

#quotes p {
    font-size: 18px;
    font-style: italic;
    color: #333;
}
