html {
	width: 100%;
	height: 100%;
	background: #030303 url("images/pexels-mitchel3uo-3824706.jpg") center
		center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 90dvh;
	flex-direction: column;
}

.flex-items {
	display: flex;
}

.heading {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #fff;
	font-size: 80px;
}

.tagline {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #fff;
	font-size: 20px;
}

.footer-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: right;
	justify-content: right;
	-webkit-align-items: right;
	align-items: normal;
	flex-direction: column;
}

.contact-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: right;
	justify-content: right;
	-webkit-align-items: right;
	align-items: normal;
	flex-direction: row;
}

.contact-item {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.registered-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: right;
	justify-content: right;
	-webkit-align-items: right;
	align-items: normal;
	flex-direction: row;
}
