@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,700);


/* RESPONSIVE BREAKPOINTS */
/* small devices - phones, 576px & up */
@media (min-width: 576px) {

}
/* medium devices - tablets, 768px & up */
@media (min-width: 768px) {

}
/* large devices - desktops, 992px & up */
@media (min-width: 992px) {

}
/* extra large devices - large desktop, 1200px & up */
@media (min-width: 1200px) {

}

/* below adds padding for appealing visual layout of the website page */ 
.header1, h5, p, h3 {
    padding-left: 20px;
}

.myNewAssign {
    padding-left: 20px;
    background-color: yellow;
}