/* Escribe aquí tu código CSS */
/* CSS igual que en la web www.clubritmo.com para lelvar una homogenización*/

h1 {
  text-transform: uppercase;
  letter-spacing: 1pt;
  color: #fab7fa;
  font-family: 'Georgia',serif;
  text-align: center;
}
h2 {
  letter-spacing: 1pt;
  color: #fab7fa;
  font-family: 'Georgia',serif;
  text-align: center;
}
strong {
  color: #fd3de9;
}
/* Links */
a {
  color: #0090D5;

}
a:visited {
  color: #0090D5;
}
a:hover,
a:focus,
a:active {
  color:#fc05fe;
  text-decoration: none;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
