body {
    background-color: #333;
    background-image: url('../img/meteor_5.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffffac;
    font-family: Arial, sans-serif;
    text-align: center;
}

header {
    text-align: center;
    padding: 1px;
    border: 2px solid #000000;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;

}

h1 {
    color: #ffffffac;
    border-radius: 5px;
    width: 90vh;
    font-size: 4vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

h2 {
    border-radius: 5px;
    color: #ffffffac;
    width: 30vh;
    font-size: 2vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5vw;
    margin-top: 0.5vw;
}

h3 {
    font-size: 1.5vw;
    border-radius: 5px;
    color: rgb(44, 166, 175);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.1vw;
    margin-bottom: 0.1vw;


}

h4 {
    background-color: #28343a;
    border-radius: 5px;
    font-size: 4vh;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1vw;
    margin-top: 1vw;

}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.box {

    border: 2px solid #000000;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    padding: 1vw;
    width: 40vh;
    height: 100hv;
    max-width: 90%;
    /* max-height: 65%; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: inline-block;
    margin-right: 2vw;
    /* Espaçamento entre os elementos */
}

/* Opcional: Remover a margem direita do último elemento, se necessário */
.box:last-child {
    margin-right: 0;
    margin-bottom: 35px;
}

.table-vertical td {
    color: rgb(0, 255, 0);
    padding: 8px;
    margin-top: 2px;
}

p {
    margin: 0;
}

.table-vertical th,
.table-vertical td {
    font-size: 1vw;
    padding: 1px 5px;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #000000;
}

.ultima-coleta {
    font-size: 0.8vw;
    width: 10vw;
    color: rgb(0, 255, 0);
    padding: 0.5vh;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
    margin-left: auto;
    margin-right: auto;
}

/* Adiciona estilos para separar os dados com uma linha */
.linha-dados td {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;

}

/* Ajusta para garantir que a tabela esteja centralizada dentro da box */
.table-vertical {
    margin-left: auto;
    margin-right: auto;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #222d32;

    color: #ffffffbf;
    text-align: center;
    padding: 10px 0;
}


#currentYear {
    font-weight: bold;
}

@media (max-width: 768px) {
    body {

        background-image: url('../img/meteor_moble_2.webp');
    }

    header {
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.429);
    }

    h1 {
        width: 95%;
        margin: auto;
        font-weight: bold;
    }

    h2 {
        width: 30vh;
        margin: auto;
        font-weight: bold;
    }

    h3 {
        width: 95%;
        margin: auto;
        font-weight: bold;
    }

    h4 {
        width: 95%;
        margin: auto;
        font-weight: bold;
    }

    .box h3 {
        margin-top: 10px;
        margin-bottom: 20px;
        width: 45vw;
        font-size: 4vw;
        margin-left: auto;
        margin-right: auto;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 4vw;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
    }

    .table-vertical th,
    .table-vertical td {
        font-size: 5vw;
        margin-top: 4vw;
        padding: 4px 8px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
    }

    .table-vertical td {
        margin-top: 2vw;
        font-weight: bold;
        color: rgb(0, 255, 0);
    }

    .ultima-coleta {
        font-size: 3vw;
        width: 40vw;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 480px) {
    body {

        background-image: url('../img/meteor_moble_2.webp');
    }

    header {
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.429);

    }

    h1 {
        font-size: 5vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
    }

    h2 {
        margin-top: 1vw;
        margin-bottom: 1vw;
        width: 30vh;
        font-weight: bold;
        font-size: 2vw;
        margin-left: auto;
        margin-right: auto;
    }

    .box {
        max-width: 90%;
        max-height: 100%;
        border-radius: 8px;
        margin-right: 0;

    }

    h3 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: bold;
        width: 45vw;
        font-size: 4vw;
        margin-left: auto;
        margin-right: auto;
    }

    h4 {
        margin-top: 1vw;
        margin-bottom: 1vw;
        font-weight: bold;
        font-size: 4vw;
        margin-left: auto;
        margin-right: auto;
    }

    .table-vertical th,
    .table-vertical td {
        font-size: 5vw;
        margin-top: 4vw;
        font-weight: bold;
        padding: 4px 8px;
        margin-left: auto;
        margin-right: auto;
    }

    .table-vertical td {
        margin-top: 2vw;
        font-weight: bold;
        color: rgb(0, 255, 0);
    }

    .ultima-coleta {
        font-size: 3vw;
        font-weight: bold;
        width: 40vw;
        margin-left: auto;
        margin-right: auto;
    }


    /* Adicione ajustes específicos para telas muito pequenas aqui */
}