body {
    /*padding-top:80px;*/
    word-wrap:break-word;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.navbar {
    background-color: #f5f5f5;

}

.text-all-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.padding10 {
    padding:10px;
}