/* app/Views/Indexagenda.css */

.center-table {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #DCDCDC
}

#fullscreen-button {
    padding: 10px;
    background-color: #3498db;
    color: #fff;
    cursor: pointer;
    display: block;
    z-index: 999;
    position: absolute;
    top: 0;
}

#fullscreen-button.hide {
    display: none;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ttd {
    position: absolute;
    bottom: 10%;
    right: 15%;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.judul {
    font-size: 60px;
    font-weight: bold;
    color: darkgreen;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 17%;
    left: 0;
    bottom: 0;
    right: 0;
}

.kepalatabel td {
    font-size: 20px;
    font-weight: bold;
    background-color: black;
    color: white;
    text-align: center;
    border-width: thick;
}

.badantabel tr td {
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    text-align: center;
    border-width: thick;
}

@media (max-width: 3850px) {
    .judul {
        font-size: 200px;
        font-weight: bold;
        color: darkgreen;
        text-align: center;
        position: absolute;
        z-index: 3;
        top:17%;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .logo img{
        width: 200%;
    }

    .kepalatabel td {
        font-size:60px;
        font-weight: bold;
        background-color: black;
        color: white;
        text-align: center;
        border-width: 1rem;
        height: 12%;
    }
    
    .badantabel tr td {
        font-size: 50px;
        font-weight: bold;
        background-color: white;
        text-align: center;
        border-width: 1rem;
        height: 20%;
    }

    .col-md-10 {
        max-width: 80%;
    }
    
}

@media (max-width: 1920px){
    .judul {
        font-size: 60px;
        font-weight: bold;
        color: darkgreen;
        text-align: center;
        position: absolute;
        z-index: 3;
        top: 17%;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .logo img{
        width: 100%;
    }
    
    .kepalatabel td {
        font-size: 20px;
        font-weight: bold;
        background-color: black;
        color: white;
        text-align: center;
        border-width: thick;
    }
    
    .badantabel tr td {
        font-size: 18px;
        font-weight: bold;
        background-color: white;
        text-align: center;
        border-width: thick;
    }

}

