body {
    font-family: 'Arial', sans-serif;
    background-color: #1a1a1a;
    color: #e0e0e0;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: auto;
    background: #2e2e2e;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

header {
    text-align: center;
    margin-bottom: 40px;
}

header h1 {
    color: #FF4500;
    font-size: 3em;
}

header p {
    font-size: 1.5em;
    color: #ccc;
}

.hell-image {
    width: 100%;
    display: block;
    margin: 20px 0;
}

section.content h2 {
    color: #FF4500;
    font-size: 2em;
}

section.content p, ul {
    font-size: 1.3em;
    line-height: 1.8;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 1em;
    color: #888;
}

footer p {
    margin: 5px 0;
}
