body{
	text-align: center;
	background: rgb(240, 236, 237);;
	color: rgb(0, 0, 0);
	font-family: 'Play', Arial;
}
h1, h2{
	color: rgb(30, 31, 95);
	text-transform: uppercase;
	font-family: 'Chakra Petch', Arial;
	letter-spacing: 2px;
}

.btn{
	background-color: rgb(0, 0, 0);
	color: white;
	border-radius: 5px;
	padding: 12px 10px;
	margin: 20px;
	height: 50px;
	width: 90px;
	overflow: hidden;
	overflow-wrap: break-word;
	vertical-align: middle;
	line-height: 55px;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
	transition: all 0.3s;
}
	.btn:hover{
		font-size: 20px;
		width: 100px;
		height: 55px;
	}

.site-header{
	text-align: left;
}
.back-btn{
	border-radius: 50%;
}
	.back-btn:hover{
		background-color: rgba(53, 55, 161, 0.836);
	}

.contact_links{
	position: fixed;
	background-color: #00000046;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	border-radius: 0px 10px 10px 0px;
	left: 0px;
}

.fa {
	padding: 5px;
	font-size: 35px;
	width: 40px;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
	vertical-align: middle;
	transition: all 0.1s;
	color: rgb(51, 53, 177);
}
	.fa:hover {
	opacity: 0.7;
	font-size: 40px;
	}
