/* mobile */
body {
        width:  100%;
        margin-left: auto;
        margin-right: auto;
        
	
}

table {
    font-size:1.5em;
    line-height: 1.8em;
    width: 100%;
}

button {
        width: 100%;
        height: 100px;
        margin-bottom: 25px;
        font-size: 2.5em;
        border-radius: 10px;
        padding: 10px 20px;
/*        background-color: #008000; */
        background-color: red;
        color: white;
        border: none;
        cursor: pointer;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease; /* Transição suave para o hover */
        font-weight: bold;
        text-transform: uppercase;
        text-shadow: 2px 3px 2px #000000;
    }
    
    p {
        font-size: 2.0em;
        color: darkred;
        text-align: left;
    }

