html,
body {
	margin: 0;
	padding: 0;
	background-color: #272A4B;
	color: white;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

h1 {
	font-size: 50px;
}

.icon-flex,
.icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-wrapper {
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #B1B2B4;
	font-size: 1.5rem;
	width: 2.5rem;
	height: 2.5rem;
}

.icon-wrapper i {
	color: #B1B2B4;
}

.phone-number a,
.phone-number a:link,
.phone-number a:visited,
.phone-number a:active {
	display: block;
	color: inherit;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.address a,
.address a:link,
.address a:visited,
.address a:active {
	display: block;
	color: inherit;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

.address a span {
	color: #6F7084;
}