body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
}

table {
    border-collapse: collapse;
    width: 92%;
    max-width: 600px;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

th {
    font-weight: bold;
}

.kalender-info-head {
    text-align: center;
    margin-bottom: 20px;
}

.kalender-button {
    padding: 10px 15px;
    background-color: #00000000;
    margin-top: -15px;
    border: none;
    cursor: pointer;
    font-size: 2.4rem;
    border-radius: 8px;
}

.kalender-info-card {
    margin: 4px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.kalender-update-info {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
}

.kalender-update-week {
    text-align: left;
    padding-right: 2%;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}

.kalender-update-time {
    text-align: right;
    padding-left: 2%;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.kalender-table-top th {
    font-weight: bold;
}

.kalender-body {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow-x: auto;
}

.kalender-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -18px;
}

.kalender-date-text {
    font-size: 1.1rem;
    font-weight: bold;
}

@media (max-width: 600px) {

    th,
    td {
        padding: 4px;
        font-size: 0.6rem;
    }
}