body
{
    color: aliceblue;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/travel.jpg);
}


.jum
{
    padding: 30px 30px;
    padding-bottom: 220px;
    width: 90%;
    margin: auto;
    background-color: rgba(0,0,0,0.8);
   
}

.tableh1 th
{
    width: 30%;
}

.icon
{
    position: absolute;
    top: 44px;
    left: 88%;
    font-size: 20px;
    
    
}

.btn1
{
    margin-bottom: 20px;
}

.list-group-item{
    color: #0c5460 !important;
    background-color: #bee5eb;
    border: 1px solid rgba(0,0,0,.125);
}

.list-group-item.active{
    color: #FFF !important;
}