/* Insert your pool's unique CSS here */
.dash-item-overlay h1{
    font-size: 54px;
    line-height: 0.8;
    margin-top: 0px;
}

@media (max-width: 541px){
    .dash-item-overlay h1{
        font-size: 40px;
        line-height: 0.8;
        margin-top: 0px;
    }
}

@media (max-width: 345px){
    .dash-item-overlay h1{
        font-size: 30px;
        line-height: 0.8;
        margin-top: 0px;
    }
}