body {
    font-family: "Breezeblocks", "PT Sans", Calibri, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(125, 141, 133);
    color: white;
    overflow-x: hidden;
}
.faq-header{
    display: none;
}
.faq-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    justify-content: center;
    margin-top: 5rem;
    text-align: center;
    text-wrap-style: wrap;
    max-width: 80%;
}
.faq-body p1{
    margin-bottom: 1rem;
    font-size: 4rem;
    color: white;
}
.faq-body p2{
    margin-bottom: 2rem;
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
    color: white;
}
.faq-body p3{
    margin-bottom: 1rem;
    font-size: 4rem;
    color: white;
}
.faq-body p4{
    margin-bottom: 3rem;
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
    color: white;
}
.faq-body p5{
    margin-bottom: 1rem;
    font-size: 4rem;
    color: white;
}
.faq-body p6{
    margin-bottom: 3rem;
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
    color: white;
}
.faq-body p7{
    margin-bottom: 1rem;
    font-size: 4rem;
    color: white;
}
.faq-body p8{
    margin-bottom: 3rem;
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
    color: white;
}
.faq-body p9{
    margin-bottom: 1rem;
    font-size: 4rem;
    color: white;
}
.faq-body p10{
    margin-bottom: 8rem;
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
    color: white;
}


@media only screen and (max-width: 600px) {

    .faq-header{
        display: flex;
        justify-content: center;
        font-size: 6rem;
        color: white;
        padding-top: 6rem;
        height: 4rem;
    }
    .faq-body p1{
        font-size: 2.5rem;
    }
    .faq-body p2{
        font-size: .8rem;
    }
    .faq-body p3{
        font-size: 2.5rem;
    }
    .faq-body p4{
        font-size: .8rem;
    }
    .faq-body p5{
        font-size: 2.5rem;
    }
    .faq-body p6{
        font-size: .8rem;
    }
    .faq-body p7{
        font-size: 2.5rem;
    }
    .faq-body p8{
        font-size: .8rem;
    }
    .faq-body p9{
        font-size: 2.5rem;
    }
    .faq-body p10{
        font-size: .8rem;
    }
    
}

@media only screen and (max-width: 380px) {

}