/* STYLE C */

body {
    background-color: #111;      
    color: #ff4444;               
    font-family: 'Impact', sans-serif; 
    line-height: 1.4;
    margin: 40px;
}

h1 {
    text-align: center;
    color: #ffaa00;              
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    color: #ff6666;              
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 25px;
    font-style: italic;
}

div.sub-text {
    background-color: #222;       
    border: 3px solid #ff4444;    
    border-radius: 8px;
    padding: 25px;
    max-width: 800px;
    margin: 30px auto;
    box-shadow: 0 0 10px rgba(255, 68, 68, 0.5);
}

p, li {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #ff8888;             
}

ul {
    margin-left: 25px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 2px solid #ff4444;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #333;
    color: #ffaa00;
    font-weight: bold;
}

td strong {
    color: #ffdd55;
}
