body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

#content {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    color: #333;
    text-align: center;
    margin-top: 20%;
}

p {
    color: #666;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.6;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;  
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
}

footer a {
    color: #fff;
    text-decoration: none;
}
