
button {
    margin-top: 25px;
    background-color: #3b82f6;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

button:hover {
    background-color: #2563eb;
}


img {
    max-width: 50vw;
    max-height: 50vh;
    object-fit: contain;
    border-radius: 10px;

}

/* --- Estilo para celulares (largura até 600px) --- */
@media (max-width: 600px) {
img {
    max-width: 90vw;   /* aumenta a imagem no celular */
}



table {
    display: block;
    overflow-x: auto;  /* scroll horizontal se não couberteste teste */
    white-space: nowrap;
}

th, td {
    font-size: 0.9rem;
    padding: 8px;
}
}
