.verm {
    background-color: rgba(255, 236, 200);
    color: rgba(204, 54, 54);
}

.cinza {
    background-color: rgba(211, 211, 211);
}

.cinzaescuro{
    background-color:rgba(129, 129, 129);

}

.preto {
    color: black;
}

.azul{
    background-color: rgba(210, 224, 251);
    color: rgba(62, 113, 176);

}

.verd{
    color: rgba(122, 147, 110);
    background-color: rgba(254, 250, 224);

}

table,
th,
td {
    border: 4px solid black;
    border-collapse: collapse;
}

th,
td {
    padding: 8px;
    text-align: left;
}

.saira {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.dancing {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.merriweather{
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}