.instructions
{
    text-align: center;
}
.Requirements
{
    background-color: #ffffff;
    
    display: flex;
    gap: 100px;
    padding: 0px;
    width: 80%;
    margin: 0;
    align-items: left;
    width: 300%;
    height: 30%;

}

.requirementsText
{
    background-color: #000000;
    color: white;
    font-size: 200%;
}
.Pop /*this will make it so that the text and image can be together for the "Improves Social and Life Skills" section + style it*/
{
    display: flex;
    gap: 20px;
    padding: 50px;
    width: 80%;
    margin: 0 auto;
    align-items: left;
    width: 300%;
    height: 30%;
}
.popText
{
    background-color: #000000;
    color: white;
    font-size: 200%;
}
.LetsGo
{
    display: flex;
    gap: 80px;
    padding: 10px;
    width: 80%;
    margin: 0;
    align-items: left;
    width: 300%;
    height: 30%;
}
.letsGoText
{
    background-color: #000000;
    color: white;
    font-size: 200%;
}
.buttons
{
    display: flex;
    gap: 20px;
    padding: 50px;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 30%;
}
.submissionButton /*This styles the submission button so that it isn't ugly*/
{
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: white;
    background-color: #000000;
    transition: 0.3s;
    background-image: none;
    border-radius:54px; /*this part makes it a rounded button for some reason*/
 
    padding-left: 150%;
    padding-right: 150%;
    padding-top: 15%;
    padding-bottom: 15%;
}
.helpButton /*This styles the submission button so that it isn't ugly*/
{
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: white;
    background-color: #000000;
    transition: 0.3s;
    background-image: none;
    border-radius:54px; /*this part makes it a rounded button for some reason*/
   
    padding-left: 150%;
    padding-right: 150%;
    padding-top: 15%;
    padding-bottom: 15%; /*brooo why do they look different when thwey have the exacty same code :sob:*/
}
