.container
{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.content div
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
.calender
{
    clip-path: inset(0 0 3.5% 0);
    border-radius: 7px;
    margin-top: 8px;
    height: 700px;
    width: 900px;
}
iframe
{
    margin-top: 40px;
    border-width: 0;
    width: 800px;
    height: 600px;
}