.notas{
  padding-top: 40px;
}


.botao-ufm{
  background-color: #147a3d;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: grid;
  max-width: fit-content;

}
.botao-ufm:hover{
   background-color: #f4ac41;
  color: #fff;

}



.historico{
  font-size: 1.5rem;
  font-weight: 500;
  grid-row: 2;
}