
html,
body {
    color: #000;
}


a:link,
a:visited,
a:active
{
    color:  #e3257f;   
}


.pixel-art
{
     image-rendering: pixelated;
}


label
{
   font-family: 'Open Sans', sans-serif;
   font-size: 17px;
    font-weight: 100;
    color:#666;
    font-style: italic;
}


h1,h2,h3,h4,h5,h6
{
    font-family: 'Cairo', sans-serif;
        font-weight: 600;
}

h1
{
    color:#666;
    font-size:26px;
}

h3
{
  color:#666;
   font-size:23px;
}

a h3
{
    color:#e3257f;
}




small, h5
{
  font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    color:#999;
    font-style: italic;
}

h5
{
    font-size:15px;
}





p, li
{
    font-family: 'Open Sans', sans-serif;

}


