body {
	background-color: #100e17;
  font-family: 'Raleway', sans-serif;
	color: #fff;
}
.container {
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.thick {
	border: 0;
	height: 5px;
	margin: 2rem 0;
	background-image: linear-gradient(70deg, #DAA520, #2ee58a);
	border-radius: 5px;
}

.footer {
	position: fixed;
	bottom: 0;
	right: 0;
}

#price {
	text-align: center;
}
