body {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 25px;
	background-color: #efefef;
	color: #383838;
	}
h1 {
	font-size: 1.25em;
	font-weight: 500;
	font-style: normal;
}
a {
	color: #0069d9;
}
.container {
	border-radius: 10px;
	background-color: #ffffff;
	padding: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 35px;
}
.outer-icon-container {
	display: flex;
	justify-content: center;
}
.icon-container {
	border: 1px solid #8fd8f8;
	padding: 10px;
	width: fit-content;
	background-color: #8fd8f8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-construction {
    font-size: 4.5rem;
    color: #ffffff;
}
.icon-open {
	color: #0069d9;
}