body {
	background-image: url("img/mix-background-remixed.jpg");
	/*background-color: #111111;*/
	background-size: 100vw 100vh;
	margin: 0;
	text-align: center;
}

.part {
	padding: 16px 0;
}

.part-social {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 32px;
}

h1 {
	font-family: "Space Grotesk", sans-serif;
	color: #635ce6;
	font-size: 24px;
	margin-bottom: 0;
}

h2 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: bolder;
	color: #635ce6;
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
}

h3 {
	font-family: "Space Grotesk", sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #635ce6;
	margin: 0;
}

a {
	text-decoration: none;
	color: #635ce6;
	transition: 0.3s ease;
	font-family: "Space Grotesk", sans-serif;
	font-weight: bolder;
	line-height: 0;
}

.icn-size {
	font-size: 32px;
	line-height: 0;
	padding: 0 12px;
}

.container {
	height: 100vh;
	width: 100vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content {
}

.img-circle {
	border-radius: 50%;
	border: 1px solid whitesmoke;
	padding: 10px;
}

#logo {
	width: 120px;
	border-radius: 50%;
	background-color: whitesmoke;
}

.mail {
	font-size: 16px;
	border: 0;
	background-color: #e650ac;
	color: whitesmoke;
	padding: 8px 12px;
	border-radius: 4px;
	margin: 10px;
}

@media (max-width: 960px) {
	/* For a screen < 960px, this CSS will be read */
	.container {
		width: 700px;
	}
}

@media (max-width: 720px) {
	/* For a screen < 720px, this CSS will be read */
	.container {
		width: 500px;
	}
}

@media (max-width: 540px) {
	/* For a screen < 540px, this CSS will be read */
	.container {
		width: 300px;
	}
}
