body {
	background: #000 !important;
	color: #fff;
	font-family: Calibri;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;

}

.wrapper .banner {
	width: 300px;
	margin-bottom: 10px
}

.wrapper .banner img {
	width: 100%;
}

.wrapper h2 {
	padding: 0 30px;
	font-size: 28px;
	text-align: center;
}

.wrapper h1 {
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	margin-bottom: 55px;

}