

.contact {
	font-family: raleway;
	color: #fff;
	margin-top: 60px;
}

.contact-title {
	text-align: center;
	color: #ffd56a;
	font-size: 35px;
	margin-bottom: 14px;
}

.contact-subtitle {
	text-align: center;
	font-weight: 500;
	color: #aaa;
	margin-top: 0;
}

a {
	text-decoration: none;
}

.email-container {
	background-color: #222;
	border: 2px solid #333;
	border-radius: 30px;
	width: fit-content;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

.email {
	width: fit-content;
	margin: 0;
	color: #fff;
	float: left;
	font-size: 20px;
	font-family: raleway;
	display: inline-block;
	padding-top: 5px;
}

.email-link {
	float: left;
}

.copy {
	display: flex;
	width: 10%;
	height: 100%;
	margin: 0;
	margin-left: auto;
}

.copy:hover {
	cursor: pointer;
}

.tm {
	margin-top: 20px;
	opacity: 0.6;
}

.contact-socials {
	width: 100%;
	display: flex;
	justify-content: center;
}

.contact-socials .social {
	margin: 20px;
}