body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin: 0;
    background-color: #f5f5f5;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.container {
    text-align: center;
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.site-header {
    font-size: 1rem;
    color: #999;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.answer {
    font-size: 4rem;
    font-weight: bold;
    color: #2ecc71;
    margin: 2rem 0;
}

.date {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.date-today {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.date-since {
    font-size: 1rem;
    color: #888;
}

.podcast-link {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: background-color 0.3s;
}

.podcast-link:hover {
    background-color: #2980b9;
}
