/*div.buwan{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
div.wrap{
    margin: 0 auto;
    width: min(100%, 420px);
    border-radius: 10px;
    padding: 5px 5px;
    background: transparent;
    border: 50px rgba(225, 225, 225, .2);
    backdrop-filter: blur(20px);
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    margin-bottom: 10px;
    border: 2px solid aliceblue;
}
table{
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
}
th, td {
    padding: 8px;
    text-align: center;
    border-radius: 50%;
    cursor: default;
    color: aliceblue;
}
body{
    background-image: url(bg.png);
    background-image: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 1rem;
    min-height: 100vh;
}
div.month{
    font-size: 24px;
    text-align: center; 
    margin-bottom: 20px;
    border: 2px solid aliceblue;
    border-radius: 10px;
    color: aliceblue;
}
div.number-pre{
    color: rgba(167, 167, 167, 0.753)
}
div.number,
div.number-pre {
    border: 2px solid transparent; 
    box-sizing: border-box; 
}
div.number:hover,
div.number-pre:hover{
    border-color: black; 
    border-style: dashed;
}
h2,
h1{
    text-align: center;
    border-style: solid;
    color: rgb(255, 255, 255);
    backdrop-filter: blur(10px);
    border-color: aliceblue;
    border-radius: 10px;
} 

@media (max-width: 768px){
    div.wrap{
        min-height: auto;
        padding: 0.75rem;
    }
    th, td {
        padding: 0.45rem;
        font-size: 0.92rem;
    }
    div.month{
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px){
    body{
        padding: 0.5rem;
    }
    div.buwan{
        gap: 0.75rem;
    }
    div.wrap{
        width: 100%;
    }
    th, td {
        padding: 0.3rem;
        font-size: 0.78rem;
    }
    h1,
    h2{
        font-size: 1.5rem;
        margin: 0.5rem 0;
    }
    div.month{
        font-size: 1.6rem;
    }
}*/


div.buwan{
display: flex;
}
div.wrap{
        margin: 0 auto;
        width: 420px;
        border-radius: 10px;
        padding: 5px 5px;
        background: transparent;
        border: 50px rgba(225, 225, 225, .2);
        backdrop-filter: blur(20px);
        font-family: sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 50vh;
        margin-bottom: 10px;
        border: 2px solid black;
}
table{
        margin: 0 auto;
}
th, td {

        padding: 8px;
        text-align: center;
        border-radius: 50%;
        cursor: default;
}
body{
        background-image: url(whitebg.png);
        background-image: no-repeat;
        background-size: cover;
        background-position: center;
}
div.month{
        font-size: 24px;
        text-align: center; 
        margin-bottom: 20px;
        border: 2px solid black;
        border-radius: 10px;
}
div.number-pre{
        color: rgba(41, 41, 41, 0.753)
}
div.number,
div.number-pre {
        border: 2px solid transparent; 
        box-sizing: border-box; 
}
div.number:hover,
div.number-pre:hover{
        border-color: black; 
        border-style: dashed;
}
h2,
h1{
        text-align: center;
        border-style: solid;
        color: rgb(255, 255, 255);
        backdrop-filter: blur(10px);
        border-color: rgb(255, 255, 255);
        border-radius: 10px;
}
