body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif !important;
   background-color: aliceblue;
}
.banner1{
    border-bottom: 1px solid red;
}
.btn{
    border-radius: 0 !important;
    /* background-color: #f45e2b !important; */
    background-color: #900c3f !important;
}
.btn:hover{
    background-color: rgb(255, 0, 0) !important;
}

/* *********************** */
