p {
    text-align: left;
}

h1 {
    text-decoration: underline;
}

#contact a {
    color: #d80388;
}

#contact a:hover {
    color: #97035e;
}

footer {
    position: fixed;
    bottom: 0;
}

body {
    padding-bottom: 200px;
}