#about {
    color: white;
}
#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #333;
    color: white;
}
a:link {
    color: white;
    text-decoration: none;
}