
body {
  margin: 0;
  padding: 0;
  /*min-height: 100vh;*/
}

.top {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  /*height: 1080px;*/
  /*min-height: 100%;*/
  background-attachment: fixed;
  background-image: url( "imgs/bg.jpg" );
  background-color: #000000;
  background-size: cover;
  /*background-size: auto 100%;*/
  /*
  display: flex;
  flex-direction: column;
  align-items: center;
  */
  /*justify-content: center;*/
}

.game_desc {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background-color: #252525;
	background-size: 100% 100%;
}

.game_desc_text {
	color: white;
	font-size: 1.0em;
	padding-left: 10px;
	padding-right: 10px;
}

ul.game_desc_list {
	color: white;
	font-size: 1.0em;
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
}

.prologue_movie {
	position: absolute;
	/*top: 200px;*/
	bottom: 0px;
	left: 0px;
	width: 400px;
	height: 300px;
	background-color: #252525;
	background-size: 100% 100%;
	padding-left: 30px;
}

.prologue_movie_text {
	color: white;
}

.game_logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.download_area {
	color: white;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	background-color: #252525;
	background-size: 100% 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.download_title_text {
	font-size: 1.5em;
	border: 0px;
	text-align: center;
}

.download_hr {
	width: 100%;
	height: 1px;
	background-color: #434343;
	backdrop-size: 100% 100%;
	border-color: #bbbbbb;
	margin: 0;
}

.download_platform {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*justify-content: center;*/
}
.download_platform_text {
	border: 0;
	text-align: center;
	/*vertical-align: text-top;*/
	margin-right: 15px;
}
.download_text_alart {
	color: red;
}
