body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

footer {
    position: fixed;
    bottom: 0;
    margin-top:10px;
    left: 0;
    width: 100%;
    background-color: #a9a9a9;
    color: white;
    text-align: center;
    padding: 5px;
}

.copyright {
text-align: right;
font-size: 0.8rem;
margin-right: 10px;
}

.header-title {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    padding: 10px;
    font-size: 24px;
}