.title {
    position:fixed;
    top: 0px;
    left: 60px;
    color: #dedede;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
}

.bgImg {
    height:500px;
    /* top: 0px;
    left: 0px;
    right: 0px;
    bottom: 300px; */
    /* position: sticky; */
    background-size: cover; 
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0; 
   
    background-image:url(../img/bgImg.png);
}

.content {
    height: 18px;
    color: #666666;
    font-size: 16;
    text-align: center;
}