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

h3 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.link-style {
    color: #f39c12;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.link-style:hover {
    color: #9e6a15;
    text-decoration: underline;
}

footer {
    background-color: #1f1f1f;
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid #333;
}

footer p {
    margin: 0;
    color: #757575;
}