
html, body {min-height: 100vh;}

.parallax {
  background-image: url("/static/asteroid/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: hard-light;
  background-color: #1f2122;
  background-attachment: fixed;
  min-height: 100vh;
}

.invisible-tab {background-color: #343a4000 !important;}

.main-tab {background-color: #343a4088 !important;}

.asteroid_body {
	/*background-image: url("/static/asteroid/background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: hard-light;*/
}

.center_div {
	text-align: center;
}

.white_text {
	color: white !important;
}

.white_text li {
	color: whitesmoke;
}

.my_button {
	display: inline-block;
	color: #fff;
	background-color: #f56a6a;
 	padding: 12px 20px 35px 20px;
  	border-radius: 23px;
  	width: 150px;
  	height: 30px;
  	margin-top: 28px;
  	text-align: center;
  	transition: ease 0.3s;
}

.my_button:hover {
	color: #fff !important;
  	background-color: #e75e8d !important;
}

.data-removal-container div, .data-removal-container li, .data-removal-container p {
	font-size: 0.9em;
}

.itch_button {
	display: inline-block;
	color: #fff;
	background-color: #f94646;
 	padding: 12px 20px 35px 20px;
  	border-radius: 6px;
  	width: 150px;
  	height: 30px;
  	margin-top: 28px;
  	margin-right: 10px;
  	text-align: center;
  	transition: ease 0.3s;
}

.itch_button:hover {
	color: #fff !important;
  	background-color: #fa6565 !important;
}

.img-preview {
	width: 32%;
	margin-top: 5px;
}

.div-review {
	margin-top: 18px;
}

.review-stars {
	margin-left: 6px;
}

@media screen and (max-width: 1024px) {
	.img-preview {
		width: 48%;
	}
}

@media screen and (max-width: 900px) {
	.img-preview {
		width: 100%;
	}
}