* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.elemento {
    border-radius: 10px;
    height: 100px;
    width: 100px;
    color: white;

}
.elemento h1
{
    font-size: 2em;
    margin: auto;
    text-align: center;
}

.elemento p
{
    margin: auto;
    font-size: 1em;
    text-align: center;
}


.massa{
    text-align: right;
    display: block;
}

#h
{
    background-color: rgb(138, 163, 243);
}

#gn
{
    background-color: rgb(207, 28, 70);
}

#ma
{
    background-color: rgba(0, 125, 75, 0.788);
}

#mat
{
    background-color: rgb(98, 46, 57);
}

#sm
{
    background-color: rgb(150, 115, 56);
}

#mpt
{
    background-color: rgb(47, 77, 71);
}

#mt
{
    background-color: rgb(67, 60, 101);
}

#am
{
    background-color: rgb(42, 65, 101);
}

#lat{
    background-color: rgb(21, 111, 167);
}

#ac{
    background-color: rgb(156, 84, 48);
}

#pqd{
    background-color: rgb(70, 71, 76);
}

#td1
{
    margin-bottom: 20px;
}

#t2{
    margin: 0;
}

#tb3{
    margin: 0;
}
.legenda{
    height: 50px;
    width: 200px;
    text-align: center;
    border-radius: 30px;
    font-size: 1.1em;
}
div{
    height: 30px;
}