@import url('https://fonts.googleapis.com/css?family=Muli|Roboto');

body {
background: #bf0d3e;
color: #ffffff;
text-align: center;
max-width: 900px;
margin: auto;
}
p {
font-family: 'Roboto', sans-serif;
}
h1, h2, h3 {
font-family: 'Muli', sans-serif;
}
a:link, a:visited {
color: #ffffff;
}

a:hover {
color: #215732;
}