@supports (-webkit-touch-callout: none) {
  .container {
  height: -webkit-fill-available !important;
  }
}
body{
	margin:0;
	text-align:center;
	font-family: Helvetica, sans serif;
	}
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 95vh;
	margin: 0;
	padding: 0;
	}
.banner {
	min-width: 540px;
	width: 70vw;
	margin: 0;
	padding: 0;
	}
.contact {
	width: 100vw;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #7d868d;
	position: absolute;
	bottom: 2vh;
	}