#homeAbout{
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
}

#homeCode{
    width: 90%;
    margin-left: 5%;
    text-align: center;
}

#homeCodeSection1{
    float: left;
    width: 30%;
}

#homeCodeSection2{
    float: left;
    width: 40%;
}

#homeCodeSection3{
    float: left;
    width: 30%;
}