#features{
    background-color: black;
    position:absolute;
    height:100%;
    width:100%;
    top: 250%;
}
#features #fheader{
    color:gray;
    font-weight: lighter;
    font-size: 400%;
    text-align: center;
    line-height: 120%;
}

#features #vl{
    position: absolute;
    width: 3px;
    height: 65%;
    left:50%;
    top:30%;
    background-color: rgb(255, 153, 0);
    z-index: 10;
}
#features #left{
    position: absolute;
    color:white;
    font-weight: lighter;
    font-size:150%;
    letter-spacing: 1.4px;
    line-height: 150%;
    width:45%;
    height:65%;
    top:28%;
    left:2%;
}
#features #right{
    position: absolute;
    color:white;
    font-weight: lighter;
    font-size:150%;
    letter-spacing: 1.4px;
    line-height: 150%;
    width:45%;
    height:65%;
    top:28%;
    left:52%;
}