body {
    background-color:whitesmoke;
}

h1 {
    font-size: 1rem;
    font-weight: 400;
}

a {
    color: blue;
}

a:hover {
    text-decoration: none;
}