body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #e1ffed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/assets/background.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #0d1117;
    min-height: 100vh;
    margin: 0;
}

.description-card {
    background: #52d488;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 800px;
}

h1 {
    margin-top: 0;
    color: #075e2b;
    text-align: center;
}

h2 {
    margin-top: 0;
    color: #6c02f7;
    text-align: center;
}

h3 {
    margin-top: 0;
    color: #075e2b;
    text-align: center;
}

p {
    color: #1c6826;
    font-size: 1.2rem;
    text-align: center;
}