*{
    margin: 0%;
    padding: 0%;
    background-color: #2c2f38;
    box-sizing: border-box;
    font-family: monospace;
}
header{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;

}
header img{
    display: block;
    padding-top: 10px;
    width: 130px;
    height: 100px;
}
.bonus-diario{
    justify-content: center;
    display: flex;
    align-items: center;
}
.bonus-diario img{
    width: 400px;
    height: 190px;
    padding-top: 15px;
}
.bonus-diario h2{
    background: none;
    color: #ffffff;
    position: absolute;
    
}



