body{
    background: #1a1a1a!important;
    height:150vh;
}

.title{
    font-size       :34px;
    font-family     :Helvetica;
    /* margin          :0 auto; */
    display:inline-block;
    color           :#fff;
    border-bottom   :1px solid #626262;
}

.logo{
    height      :100px;
    width       :100px;
    margin      :0 auto;
    display     :block;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #0e4466; // Choose your own color here
 }

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #639fc4; // Choose your own color here
 }

 .table{
    background-color: #0775b0!important;
    color: white;
    display: none;
    margin-bottom: 20vh;
 }
