body.body {
    background-color: black;
}

.banner {
    text-align: center;
}

body img {
    width: 80%;
    height: auto;
}

.body-text {
    text-align: center;
    color: #3783ab;
    font-size: 25px;
    margin: 0px 10%;
    padding-top: 20px;
   	font-family: 'Poppins', sans-serif;
   	text-align: justify;
}

.buy-now {
    text-align: center;
    padding: 15px;
}
.buy-now img {
    width: 300px;
}

.footer {
    text-align: center;
    color: #3883a0;
}

@media only screen and (max-device-width: 900px) {

    .body-text {
       /*text-align: center; */
       font-size:   18px;
    }

    .buy-now img {
        width: 600px;
    }
}