html{
	background-color: whitesmoke;
	color: #777777;
	font-family: futura-pt, sans-serif;
	font-weight:400;
	font-style:normal;
	font-stretch:normal;
	font-display:auto;
}
a{
	color: #888888;
	text-decoration: none;
}
a:hover{
	color: lightsalmon;
}
ul{
	padding-left: 0px;
}
strong{
	font-size: 14px;
	font-weight:600;
	font-style:normal;
	font-stretch:normal;
	font-display:auto;
}
.background{
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("images/Background.png");
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 15px;
}
.cartel{
	background-color: whitesmoke;
	text-align: center;
	margin: auto;
	padding: 35px 90px 55px 90px;
	max-height: 250px;
	max-width: 600px;
}
.biography{
	font-size: 18px;
	margin-bottom: 0px;
	color: darksalmon;
}
.myName{
	font-size: 50px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.socialMedia{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 35px;
}
.social{
	font-size: 14px;
	font-weight:600;
	font-style:normal;
	font-stretch:normal;
	font-display:auto;
	list-style-type: none;
}
@media screen and (max-width: 800px) {
	.cartel{
		align-content: center;
		margin-left: 20px;
		margin-right: 20px;
		max-height: none;
	}
	.myName{
		font-size: 45px;
	}
	.social{
	font-size: 14px;
	}
}
@media screen and (max-width: 620px) {
	.cartel{
		align-content: center;
		margin-left: 20px;
		margin-right: 20px;
		max-height: none;
		padding: 30px;
	}
	.myName{
		font-size: 35px;
	}
	.socialMedia{
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.social{
	font-size: 14px;
	}
}
