table{
    height: 100vh;
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
}

td{
    width: 100vh;
    align-items: center;
    text-align: center;

}
tr{ 
    height: 10vh;
    align-items: center;
    text-align: center;
}
.cinza{
    background-color:rgb(220, 220, 220);
    
}
img{
    width: 40%;
    height: 50%;
}
p{
    font-size: 20px;

}
.borda{
        border: black solid;
}
.justificado{
    text-align: justify;

}
.preto{
    font-weight: bold;
}
body{
    background-color: lightgreen;
}
.sub{
    text-decoration: underline;
}
#controle{
    width: 80px;
    height: 80px;

}
#seta{
    width: 40px;
    height: 40px;
}
.fonte{
    font-size: medium;
}
.quadrado{
    border: 1px black solid;
    border-radius: 10vh;
}


















