h2{
    padding: 20px;
    color: #FAFAFA;
}

p, h3{
    padding: 5px;
    color: #FAFAFA;
}

.problem{
    padding: 20px;
    margin: 20px;
    border-radius: 25px;
    box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
    background-color: #AE4C21;
}

.solution-1{
    background-color: #F2931E;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
}

.solution-2{
    background-color: #AE4C21;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
}

.Website-flow{
    position: relative;
    height: 60%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.App-Stage{
    height: 50%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.work-together{
    background-color: #F2931E;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
}

.work-together-section{
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 50%;
    position: relative;
}


.Overall-Plan{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    text-align: center;
    position: relative;
    padding: 10px;
}