body {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #121212 0%, #1a1a1a 100%);
    min-height: 100vh;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 20px;
}

header {
    margin-bottom: 40px;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
}

h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    margin-top: 30px;
    color: #f0f0f0;
}

section {
    margin-bottom: 30px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.9em;
}

#footer-back {
    color: #4a90e2;
}


#footer-back:hover {
    text-decoration: underline;
    color: #6ba5e7;
}


a {

    text-decoration: none;
}

p {
    margin-bottom: 1em;
}

#title {
    color: white;
}