#aboutMe{
    position:absolute;
    width:100%;
    height:50%;
    top:100%;
}
#aboutMe #me{
    position: absolute;
    width:20%;
    height:80%;
    top: 10%;
    left: 10%;
    
}
#aboutMe #heading{
    position: absolute;
    font-weight: lighter;
    font-size: 300%;
    color: #5f0;
    left: 58%;
    top: 10%;
}
#aboutMe #info{
    position: absolute;
    font-weight: lighter;
    text-align: center;
    font-size: 150%;
    width: 45%;
    color: #5f0;
    left: 42%;
    top: 25%;
    letter-spacing: 1px;
    line-height: 120%;
}