
#added{
     font-family: PfizerTomorrow-Bold, Arial, sans-serif;
     font-size: 30px;
     color: white !important;
}
.added{
    text-align: center;
    background-color: #0000c9;
}

.wel{
    text-align: center;
}

@media screen and (max-width: 768px) {
    #added{
        font-size: 20px;
    }
    #wel{
        font-size: 22px;
    }
    
}

@media screen and (max-width: 480px) {
    #added{
        font-size: 20px;
    }
    #wel{
        font-size: 22px;
    }
    .wel{
        height: 300px;
    }
}