body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #343a40;
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 40px;
}

h1 {
    font-weight: 600;
    color: #2c3e50;
}

h2 {
    color: #8e44ad;
    font-weight: 500;
}

h3 {
    font-weight: 500;
    color: #16a085;
}

p {
    font-size: 1.1rem;
    line-height: 1.7;
}

ul {
    font-size: 1rem;
    padding-left: 20px;
}

ul li {
    margin-bottom: 15px;
}

footer {
    background-color: #d5b8d9;
    color: #5d2b4a;
    padding: 30px 0;
    border-radius: 20px;
}

footer h2 {
    font-weight: 600;
}

footer p {
    font-size: 1.1rem;
    font-weight: 400;
}

footer a {
    color: #ecf0f1;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

img.img-fluid {
    max-width: 100%;
    height: auto;
}
