body {
    background-color: #0d0205;
    background-image: radial-gradient(#2b0512 15%, transparent 16%);
    background-size: 20px 20px;
    font-family: 'Courier New', Courier, monospace;
    color: #e0d0d6;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.main-container {
    width: 100%;
    max-width: 600px;
    background-color: #160309;
    border: 3px dashed #8b0000;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(139, 0, 0, 0.6);
}

h1 {
    text-align: center;
    color: #ff1a40;
    font-size: 20px;
    text-shadow: 0 0 8px rgba(255, 26, 64, 0.6);
}

h2 {
    color: #ff4d6d;
    font-size: 15px;
    border-bottom: 2px dotted #8b0000;
    padding-bottom: 5px;
}

.box {
    background-color: #20050d;
    border: 1px solid #8b0000;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
}

.footer {
    text-align: center;
    font-size: 11px;
    color: #ff4d6d;
    margin-top: 20px;
}