/*Background*/
main {
	width: 100%;
	margin: 0;
	padding: 10px;
	background: url(isabelleriou1280.jpg) no-repeat fixed;
	background-size: cover;
}
/*Texte*/
.bio-container {
	width: 53%;
	margin: 2%;
	padding: 1%;
	background: linear-gradient(rgba(251, 253, 253, 0.3), rgba(251, 253, 253, 0.2));
}

main p {
	font-size: 15px;
	line-height: 24px;
	text-align: justify;
}

p a {
	text-decoration: none;
	color: black;
}

/* MEDIA QUERIES
****************/
@media screen and (max-width: 1050px) {
	
	main {
	background: linear-gradient(rgba(204, 199, 171, 0.3), rgba(204, 199, 171, 0.2));
	}
	.bio-container {
		width: 95%;
		background: none;
	}
}