/* CSS */
footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
    color: white;
    background-color: #d40000;
    line-height: 1.6;
}
