/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

h1 {
    font-weight: 600;
    font-size: 2.5rem;
}

h2 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 20px;
}

p {
    font-size: 1rem;
    margin-bottom: 15px;
}

/* Container Styling */

