body {
    background-color: #f4f7f6;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #6a1b9a;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

h2 {
    color: #4a4a4a;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

h3 {
    color: #4a4a4a;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}
