body {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 0;
	overflow: hidden;
}

.container {
	display: flex;
	flex-direction: column;
}

.payment-button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

a {
  text-decoration: none;
}

svg {
  margin-right: 12px;
}

button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 238px;
	border: none;
	padding: 12px 12px;
	margin: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	outline:none;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
}

p {
	margin:0;
}

