body
{
font-family: 'Frank Ruhl Libre', sans-serif;
}
header > img
{
margin:auto;
display:inline-block;
}
header > h1
{
margin-top:50px;
text-align:left;
font-weight:300;
}
header > h1 > span
{
background:#3399ff;
color:white;
padding:0 5px;
}
header, main, footer
{
margin:auto;
max-width:800px;
}
h1
{
font-size:50px;
font-family: 'Lato', sans-serif;
}
h2
{
font-size:24px;
font-family: 'Lato', sans-serif;
}
h2 > span
{
background:#3399ff;
color:white;
padding:0 5px;
}
p
{
font-size:20px;
}
a
{
font-size:20px;
color:black;
text-d
}