/* --- Base Styles --- */
body {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    line-height: 1.9;
    color: #555353;
    background-color: white;
    margin: 0;
    padding: 0;
    font-size: .9rem;
    overflow-x: hidden;
}

.container {
    max-width: 1600px;
    margin:auto;
    padding: 30px;
}

section {
    background-color: #ffffff;
    margin-bottom: 25px;
}


p, li {
    margin-bottom: 15px;
    overflow-wrap: break-word; 
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 10px;
}

a {
    color: #555353;
    text-decoration: none;
    overflow-wrap: break-word;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

a:active {
    font-weight: 400;
}

/* --- Header container --- */
.header-container {
    background: #f9f9f9;
    text-align: center;
    padding: 80px 25px 80px 25px;
    margin: 50px 0px;
}

h1 {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
}

h2 {
    font-size: 1.5rem;
    font-weight: 800;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}




