body {
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;

	display: flex;
	justify-content: center;
	align-items: center;
}

.center-element {

}

.center-text {
	color: white;
	padding: 20px;
	border-radius: 8px;
}

.bottom-element {
	position: absolute;
	bottom: 0;
	left: 35%;

	justify-content: center;
	align-items: center;
}
