body {
    overflow: auto;
    font-size: 12px;
}

.section::before {
    display: none;
}

.section {
    height: auto;
    min-height: 100vh;
    text-align: justify;
}

#privacy {
    background-image: url('assets/bg-tile.png');
    background-repeat: repeat;
}

.section h1 {
    font-size: 2.5em;
    font-weight: 900; /* Bolder */
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    line-height: 1; /* Add this */
    padding-top: 50px;
}

#privacy p {
    width: 95%;
    max-width: 95%;
    text-align: justify;
    padding-left: 10px;
}

#privacy table {
    margin-top: 10px;
    width: 90%;
    margin-bottom: 10px;
}

#privacy h2, h3, h4 {
    text-align: justify;
    width: 95%;
    padding-left: 10px;
    color: white;
}

#privacy ul li {
    color: white;
    text-align: justify;
}

#privacy ul {
    text-align: justify;
    width: 100%;
    padding-left: 50px;
    list-style: none;
}

#privacy a {
    color: white;
}