@supports (-webkit-touch-callout: none) {
  .container {
  height: -webkit-fill-available !important;
  }
}
body{
	margin:0;
	text-align:center;
	font-family: Helvetica, sans serif;
	background-color: #FDF9FF;
	}
a {
	color: #6F2B8B
}
a:hover {
		color: #000000;
	}
.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 95vh;
	margin: 0;
	padding: 0;
	}
.banner {
	width: 70vw;
	height: auto;
	max-height: 50vh;
	object-fit: contain;
	margin: -10vh 0 0 0;
	padding: 0;
	}
.contact {
	width: 100vw;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #000000;
	position: absolute;
	bottom: 2vh;
	}
