body {
  background-color: #343233;
}

#trailer {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -999;
}

.start-game {
	padding-top: 8vh;
}

.cont-features {
	margin-top: 30px;
	background-color: rgba(0, 0, 0, .5);
}

#features {
	color: #f0f0f0;
}

.enter-battle {
	margin-top: 30px;
	color: #f0f0f0;
	font-weight: 600;
}