.banner {
            width: 100%;
            object-fit: cover;
            display: block;
        }
main {
    max-width: 9cap;
    margin: 0 auto;
    padding: 40px 24px;
}
.stlog,
.stlog samp {
    color: black;
    background-color: white;
    max-height: 300px;
    width: 810px;
    overflow: auto;
    margin: 0 auto;
    font-family: monospace;
    font-weight: 700; 
    font-size: 12px;
}
    * {
    color: #609893;
    background-color: #19211B;
    font-family: Helvetica, sans-serif;
    font-weight: 300; 
}
#title {
    color: #C58278;
    background-color: #19211B;
    font-weight: 500;
    text-align: center;
}
body {
    margin: 3;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.7;
    font-size: 18px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
h2 {
    font-size: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
a {
    color: #315c55;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover {
    text-decoration-thickness: 2px;
}
footer {
    margin-top: 80px;
    padding: 32px 24px;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 0.9rem;
}

footer p {
    margin: 8px 0;
    color: #C58278;
}