span{
    font-size: 24px;
}
small{
    padding-top: -10px;
}
@media(max-width: 1100px){
    h1{
        font-size: 20px;
    }
    span{
        font-size: 16px;
    }
    small{
        font-size: 7px;
    }
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background: rgba(220,160,140,0.5); 
}