.background {
    height: auto;
    min-height: 120vh;
    display: flex;
    flex-direction: column;
}

.content {
    margin-left: -2%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    padding-top: 80px; /* Base padding for smaller screens */
}

.text {
    flex: 1;
    padding-right: 20px;
}

.text h1 {
    font-family: "CyberDyne", Arial, sans-serif;
    color: #ff9900;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    font-size: 30px;
    text-align: left;
    margin-bottom: 25px;
}

.text h2 {
    font-family: Arial, sans-serif;
    color: #ff9900;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 12px;
    text-align: left;
}

.text h3 {
    font-family: Arial, sans-serif;
    color: #ff9900;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: left;
}

.text ul, .text ol {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 12px;
    text-align: left;
}

.text ul li, .text ol li {
    margin-bottom: 6px;
    margin-left: 20px;
}

.text ul ul, .text ol ol {
    margin-left: 30px;
}

/* Media Queries for responsiveness, adapted to match Index.css breakpoints */
@media (max-width: 425px) {
    .background {
        height: auto;
        min-height: 320vh;
    }

    .content {
        min-width: 110%;
        left: -3%;
        top: 0%;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        padding-top: 60px;
    }

    .text {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .text h1 {
        font-size: 20px;
        padding: 5px;
    }

    .text h2 {
        font-size: 16px;
    }

    .text h3 {
        font-size: 14px;
    }

    .text ul, .text ol {
        font-size: 12px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 600px) {
    .background {
        height: auto;
        min-height: 330vh;
    }

    .content {
        min-width: 110%;
        left: 1%;
        top: 1%;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        padding-top: 60px;
    }

    .text {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .text h1 {
        font-size: 22px;
        padding: 5px;
    }

    .text h2 {
        font-size: 18px;
    }

    .text h3 {
        font-size: 16px;
    }

    .text ul, .text ol {
        font-size: 14px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .background {
        height: auto;
        min-height: 270vh;
    }

    .content {
        min-width: 97%;
        left: 1%;
        top: 10%;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        padding-top: 70px;
    }

    .text {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .text h1 {
        font-size: 32px;
        padding: 5px;
    }

    .text h2 {
        font-size: 26px;
    }

    .text h3 {
        font-size: 20px;
    }

    .text ul, .text ol {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .background {
        height: auto;
        min-height: 270vh;
    }

    .content {
        min-width: 90%;
        left: 8%;
        top: 10%;
        align-items: center;
        padding-top: 120px; /* Increased for computer screens */
    }

    .text h1 {
        font-size: 30px;
        padding: 5px;
    }

    .text h2 {
        font-size: 22px;
    }

    .text h3 {
        font-size: 16px;
    }

    .text ul, .text ol {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .background {
        height: auto;
        min-height: 270vh;
    }

    .content {
        min-width: 90%;
        right: 2%;
        top: 6%;
        align-items: center;
        padding-top: 120px; /* Increased for computer screens */
    }

    .text h1 {
        font-size: 34px;
        padding: 5px;
    }

    .text h2 {
        font-size: 28px;
    }

    .text h3 {
        font-size: 22px;
    }

    .text ul, .text ol {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1918px) {
    .background {
        height: auto;
        min-height: 330vh;
    }

    .content {
        top: 4%;
        min-width: 90%;
        right: 10%;
        align-items: center;
        padding-top: 140px; /* Further increased for larger computer screens */
    }

    .text h1 {
        font-size: 44px;
        padding: 5px;
    }

    .text h2 {
        font-size: 36px;
    }

    .text h3 {
        font-size: 30px;
    }

    .text ul, .text ol {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1919px) and (max-width: 1920px) {
    .background {
        height: auto;
        min-height: 380vh;
    }

    .content {
        top: 0%;
        width: 90%;
        right: 5%;
        align-items: center;
        padding-top: 170px; /* Further increased for larger computer screens */
    }

    .text h1 {
        font-size: 46px;
        padding: 5px;
    }

    .text h2 {
        font-size: 38px;
    }

    .text h3 {
        font-size: 32px;
    }

    .text ul, .text ol {
        font-size: 22px;
    }
}

@media only screen and (min-width: 1921px) and (max-width: 2300px) {
    .background {
        height: auto;
        min-height: 370vh;
    }

    .content {
        top: 5%;
        width: 90%;
        right: 8%;
        align-items: center;
        padding-top: 140px; /* Further increased for larger computer screens */
    }

    .text h1 {
        font-size: 52px;
        padding: 5px;
    }

    .text h2 {
        font-size: 44px;
    }

    .text h3 {
        font-size: 36px;
    }

    .text ul, .text ol {
        font-size: 28px;
    }
}

@media only screen and (min-width: 2301px) and (max-width: 2559px) {
    .background {
        height: auto;
        min-height: 370vh;
    }

    .content {
        top: 5%;
        width: 90%;
        right: 5%;
        align-items: center;
        padding-top: 140px; /* Further increased for larger computer screens */
    }

    .text h1 {
        font-size: 56px;
        padding: 5px;
    }

    .text h2 {
        font-size: 46px;
    }

    .text h3 {
        font-size: 40px;
    }

    .text ul, .text ol {
        font-size: 32px;
    }
}

@media only screen and (min-width: 2560px) {
    .background {
        height: auto;
        min-height: 380vh;
    }

    .content {
        width: 90%;
        right: 5%;
        top: 5%;
        align-items: center;
        padding-top: 140px; /* Further increased for larger computer screens */
    }

    .text h1 {
        font-size: 62px;
        padding: 5px;
    }

    .text h2 {
        font-size: 52px;
    }

    .text h3 {
        font-size: 44px;
    }

    .text ul, .text ol {
        font-size: 34px;
    }
}