* {          /*universal selector*/
    font-family: "Poppins", sans-serif; 
}
.banner{
    background-color: aliceblue;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 215px 0;
}
