body
{
  background-color: rgb(169, 132, 231);
}
h1
{
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
  text-shadow: black 6px 6px 8px;/*Los tres números indican distancia*/
  text-transform: uppercase;
}
h2
{
  font-size: 200%;
  font-weight: bold;
  color:rgb(21, 110, 226);
  letter-spacing: 5px;
  text-align: center;
}
