body {margin: 0;padding: 0;overflow-x: hidden;}
.titletext {
	font-size: 60px; color: #E3E736;font-weight: bolder;
}
.sub-title {
    color: #000;
    font-weight: bolder;
    font-size: 28px;
    text-align: center;
}
.buy_now {background-color: yellow;text-align: center;width: 165px;display: block;padding: 15px 30px;font-size: 25px;color: red;text-decoration: none;border-radius: 10px;border: 1px solid red;}
.buy_now:hover {
background-color: red;
color: yellow;
text-decoration: none;
border:1px solid yellow;
}
