html, body {
	min-height: 100%;
}

body {
	background-color: rgb(0, 0, 0);
	background-image: url("hero.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}

.round {
	border-radius: 50%;
}

.content {
	position: relative;
	padding: 50px;
}

.avatar {
	margin: auto;
	text-align: center;
	min-height: 150px;
	min-width: 150px;
}

.main {
	max-width: 1000px;
	margin: auto;
}

.main>.info>h1 {
	text-align: center;
	font-family: Pacifico;
	font-weight: 400;
	font-size: 60px;
	color: #FFF;
	text-shadow: 2px 2px #000;
	margin-top: 0;
    margin-bottom: 0;
}

.main>.info>h2 {
	text-align: center;
	font-weight: 400;
	padding: 15px;
	font-family: Nunito;
	font-size: 20px;
	color: #FFF;
	text-shadow: 2px 2px #000;
	margin-top: 0;
    margin-bottom: 0;
	font-size: 1.8em;
}

.main>.info>h3 {
	text-align: center;
	color: rgb(100, 100, 100);
	font-weight: 100;
	font-family: Nunito;
	color: #FFF;
	text-shadow: 1px 1px #000;
	margin-top: 0;
    margin-bottom: 0.3em;
}

.info {
	position: relative;
	clear: both;
}

.links {
	margin: auto;
	margin-top: 35px;
	width: 100%;
	text-align: center;
	position: relative;
}

.links>a:hover {
	box-shadow: none !important;
}

.links>a {
	font-size: 50px;
	clear: none;
	margin: 5px;
	box-sizing: border-box;
	width: 135px;
	position: relative;
	display: inline-block;
	color: black;
}
.links>a>i {
	vertical-align: middle;
	text-align: center;
	margin-left: 2px;
}

.links>a.hover-instagram {
	background-color: #bc2a8d;
	color: #FFF;
}
.links>a.hover-facebook {
	background-color: #316FF6;
	color: #FFF;
}
.links>a.hover-tiktok {
	background-color: #00f2ea;
	color: #FFF;
}
.links>a.hover-x {
	background-color: #1DA1F2;
	color: #FFF;
}
.links>a.hover-youtube {
	background-color: #CD201F;
	color: #FFF;
}
.links>a.hover-pinterest {
	background-color: #C8232C;
	color: #FFF;
}

.links>a.hover-instagram:hover {
	color: #bc2a8d;
	background-color: #FFF;
}
.links>a.hover-facebook:hover {
	color: #316FF6;
	background-color: #FFF;
}
.links>a.hover-tiktok:hover {
	color: #00f2ea;
	background-color: #FFF;
}
.links>a.hover-x:hover {
	color: #1DA1F2;
	background-color: #FFF;
}
.links>a.hover-youtube:hover {
	color: #CD201F;
	background-color: #FFF;
}
.links>a.hover-pinterest:hover {
	color: #C8232C;
	background-color: #FFF;
}


.recommendations a {
	text-decoration: none;
	color: black;
}

.recommendationsTitle {
	font-weight: normal;
	font-family: Pacifico;
	font-size: 42px;
	padding: 5px;
}

.productTitle {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	font-family: Nunito;
}
.recommendations {
	margin: auto;
	margin-top: 35px;
	width: 100%;
	text-align: center;
	position: relative;
}

.product {
	position: relative;
	width: 200px;
	display: inline-block;
	padding: 10px;
	margin: 5px;
}

.productImage>img {
	width: 200px;
	height: 200px;
	position: relative;
}

.productRatings {
	position: relative;
	width: 200px;
	padding: 5px;
	color: sandybrown;
}

@media (max-width: 640px) {

	.avatar>img {
		width: 150px;
		height: 150px;
	}

	.main {
		margin-top: 25px;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 20px;
	}

	.links>a {
		width: 100px;
		height: 100px;
		padding: 16px;
	}

	.content {
		position: relative;
		padding: 15px;
	}

	.hero {
		height: 100%;
	}
}

@media (min-width: 640px) {
	.avatar>img {
		width: 200px;
		height: 200px;
	}

	.main {
		margin-top: 35px;
	}


	.links>a {
		width: 100px;
		height: 100px;
		padding: 16px;
	}
}

@media (min-width: 768px) {

	.avatar>img {
		width: 250px;
		height: 250px;
	}

	.main {
		margin-top: 50px;
	}

	.links>a {
		width: 135px;
		height: 135px;
		padding: 33px;
	}

}
