* {
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif
}

body {
    height: 100vh;
    display: grid;
    place-items: center;
    background-image: url('praia.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;


}

.relatorio {
    background-color: white;
    height: 80%;
    width: 90%;
    overflow-y: auto;
   
}

.relatorio .articles-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;

}

h4{
    text-align: center;
}

.relatorio .articles-table td,

.articles-table th {
    border: 1px solid #ddd;
    padding: 5px;
}

.relatorio .articles-table th {
    padding-top: 12px;
    padding-bottom: 8px;
    text-align: left;
    color: black;
}


.botoes .buttons {
    margin-top: 15px;
    width: 130%;
}
.botoes #changemode {
    position: absolute;
    font-weight: bold;
    background-color: #ffff;
    border: none;
    color: black;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    top: 10px;
    left: 80%;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;
  
}

.botoes .buttons button {
    height: 120px;
    width: 125px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background-color: #ffff;
    color: black;
    outline: none;
    margin: 0 10px;
    cursor: pointer;
    font-size: 1em;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(255, 255, 255, 0.1)
}

button a {
    text-decoration: none;
}

.botoes .sair {

    position: absolute;
    font-weight: bold;
    background-color: #ffff;
    border: none;
    color: black;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    top: 10px;
    left: 10px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;

}


.relatorio .sair {

    position: absolute;
    font-weight: bold;
    background-color: #ffff;
    border: none;
    color: black;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    top: 10px;
    left: 10px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 20px;

}

.custom-popup-class {
    width: 300px;
    height: 250px;
}

.custom-title-class {
    font-size: 25px;
    font-weight: bold;

}

.botoes {
    overflow: scroll;

}

.botoes::-webkit-scrollbar {
    height: 0;
}

.botoes {
    scrollbar-width: none;
}

@media screen and (max-width:1200px) {

    #vertical {
        display: block;
    }

    #horizontal {
        display: none;
    }



    body {
        height: 100vh;
        width: 100vw;
        display: grid;
        place-items: center;
        background-image: url('./praia.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;


    }

    .botoes .buttons {
        margin-top: 15px;
        width: 100%
    }



    .botoes .buttons button {
        height: 110px;
        width: 115px;
        padding: 10px;
        border-radius: 10px;
        background: white;
        border: none;
        color: black;
        outline: none;
        margin: 0 10px;
        cursor: pointer;
        font-size: 1em;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(255, 255, 255, 0.1)
    }


    .botoes .sair {

        font-weight: bold;
        position: absolute;
        background-color: #ffff;
        border: none;
        color: black;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        top: 10px;
        left: 10px;
        cursor: pointer;
        border-radius: 10px;
        margin-bottom: 20px;

    }

    
    .relatorio .sair {

        font-weight: bold;
        position: absolute;
        background-color: #ffff;
        border: none;
        color: black;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        top: 10px;
        left: 10px;
        cursor: pointer;
        border-radius: 10px;
        margin-bottom: 20px;

    }

    .custom-popup-class {
        width: 300px;
        height: 250px;
    }

    .custom-title-class {
        font-size: 25px;
        font-weight: bold;

    }

    .relatorio {
        background-color: white;
        height: 85%;
        width: 90%;
        overflow-y: auto;
    }

    .relatorio .articles-table {
        font-family: Arial, Helvetica, sans-serif;
        border-collapse: collapse;
        width: 100%;

    }

    .relatorio .articles-table td,

    .articles-table th {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .relatorio .articles-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        color: black;
    }


}


@media screen and (orientation: landscape) {

    #vertical {
        display: none;
    }

    #horizontal {
        display: block;
    }

    body {
        height: 100vh;
        width: 100vw;
        display: grid;
        place-items: center;
        background-image: url('./praia.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;


    }




    .botoes .buttons {
        margin-top: 15px;
        width: 130%;
    }

    .botoes .buttons button {
        height: 100px;
        width: 108px;
        padding: 10px;
        border-radius: 10px;
        background: white;
        border: none;
        color: black;
        outline: none;
        margin: 0 10px;
        cursor: pointer;
        font-size: 1em;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(255, 255, 255, 0.1)
    }


    .botoes .sair {

        position: absolute;
        background-color: #ffff;
        font-weight: bold;
        border: none;
        color: black;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        top: 10px;
        left: 10px;
        cursor: pointer;
        border-radius: 10px;
        margin-bottom: 20px;

    }

    .relatorio .sair {

        position: absolute;
        background-color: #ffff;
        font-weight: bold;
        border: none;
        color: black;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        top: 10px;
        left: 10px;
        cursor: pointer;
        border-radius: 10px;
        margin-bottom: 20px;

    }

    .custom-popup-class {
        width: 300px;
        height: 250px;
    }

    .custom-title-class {
        font-size: 25px;
        font-weight: bold;

    }

    .botoes {
        overflow: scroll;

    }

    .botoes::-webkit-scrollbar {
        height: 0;
    }

    .botoes {
        scrollbar-width: none;
    }

    .relatorio {
        background-color: white;
        height: 90%;
        width: 90%;
        overflow-y: auto;
    }

    .relatorio .articles-table {
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;

    }

    .relatorio .articles-table td,

    .articles-table th {
      
        padding: 5px;
        font-size: 15px;
    }

    .relatorio .articles-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        color: black;
        
    }



}