
.calendar-container {
    background-color: var(--near-black);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    margin: 2rem 0 4rem 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);


    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%; 
}

.google-calendar {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px; 
}