body {
    padding-top: 20px;
}
#calendar {
    max-width: 900px;
    margin: 20px auto;
}

/* Link hover styles */
a:hover {
    color: #FFB6C1 !important; /* Light pink color */
    text-decoration: none;
}

/* Studio M heading styles */
.studio-title {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 1rem;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}