body {
    background-color: lightgrey;
}

* {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, p {
    text-align: center;
}

a {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: red;
}