@font-face {
	font-family: 'Styles Script';
	src: url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Style+Script&display=swap');
}

body 
	{ 
	margin: 5px;
	padding: 5px;
	background: url(businessmaninternet.jpg) no-repeat center fixed; 
	/*-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
}

main{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-shadow: 1px 3px 5px black;
}

h1{
	color: ghostwhite;
	font-family: 'Archivo Black', sans-serif;
	font-size: 3em;
}

h2{
	font-family: 'Style Script', cursive;
	color: azure;
	font-size: 1.75em;
	text-align: right;
	position: relative;
	top: -25px;
	right: 0;
}

.auteur{
	font-weight: bold;
	margin-top: 0.5em;
	display: block;
}