.buy_button {
	display: block;
	color: white !important;
    background-color: #33befc;
    border-radius: 6px;
    font-size: 20px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: auto;
    text-align: center;
	text-decoration: none;
}

.buy_button:hover {
	text-decoration: none;
}

html {
  scroll-behavior: smooth;
}