body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  background-image: url("../images/VerticalCapsule.png");
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}

h1 {
  font-size: 100px;
}

h5 {
  font-size: 40px;
}

.hero {
  margin-top: 5vh;
  color: #fefefe;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero h1,
.hero h5 {
  color: #fff;
  margin: 0;
}

.trailer {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.steamwidget {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}