body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
  background-color: #fff;
}

h1, h2, h3, h4, h5 {
  color: #2b8a3e;
}
 
p , ul li{
    font-size: 18px;
}



.btn-pink {
  background-color: #e83e8c;
  color: white;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 35px;
  margin: 20px 0;
}

.btn-pink:hover {
  background-color: #d63384;
  color: #fff;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #2b8a3e;
  padding: 10px 15px;
}

footer {
  background: #f8f9fa;
}

table td:first-child {
  font-weight: 600;
  width: 40%;
}

img{
    width: 100%;
}

.buynow{
    font-size: 35px;
}
body{
    background-color: #dfdfdf;
}

.outerbox{
    width: 60%;
    margin: auto;
    background-color: #fff;
}


@media screen and (max-width: 900px) {
    .outerbox{
        width: 100%;
    }
}
