
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: url('humo.gif') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(94, 82, 82, 0.7); 
    z-index: -1;
}

.container {
    width: 90%;
    max-width: 700px;
    padding: 20px;
    background: rgba(30, 30, 30, 0.85);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.5);
    text-align: center;
}

h1 {
    color: #91ff00;
    font-size: 4rem;
    margin-bottom: 10px;
}

.image-container img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.7);
}

h2 {
    color: #91ff00;
    font-size: 2rem;
    margin-top: 15px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
    text-align: left;
    color:rgb(255, 255, 255);
    font-size: 16px ;
}

ul li {
    margin-bottom: 8px;
    background: #2a2a2a;
    padding: 8px;
    border-radius: 8px;
}

strong {
    color: #91ff00;
}

em {
    color: #91ff00;
    font-style: italic;
}

p {
    margin-bottom: 10px;
    text-align: justify;
    color: rgb(255, 255, 255)
}

p.fin {
    margin-top: 15px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ff5555;
}
