.content,.bottomBox{
    visibility: hidden;
}

.content.content-show{
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}

.bottomBox.bottomBox-show{
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
}



