/* styling elements in the header with the logo class */
header .logo
{
/* font color black */
color: #000;
font-weight: 200;
font-size: 30px;
/* no link underline */
text-decoration: none;
}
/* styling the span of elements in the header with the logo class */
header .logo span
{
color: #ff0157;
font-weight: 400;
font-size: 30px;
text-decoration: none;
}