body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.125rem;
    margin: 15px;
    background-color: #f2f2f2;
    margin-bottom: 50px;
}

h1 {
    font-weight: 600;
    font-size: 2.2125rem;
    margin-bottom: 0px;
}

p {
    margin-top: 15px;
}

a {
    text-decoration: none;
    color: #0065b3;
}

a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 0.875rem;
}

.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 25px;
    margin-left: 15px;
    margin-bottom: 0px;
}