/* RESET 2022 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;900&display=swap');
html{
	font-size:62.5%;
	scroll-behavior:smooth;
}
body{
	font:1.6rem 'Inter', sans-serif;
	margin:0;
}
section,figure,h1,h2,h3,h4,h5,h6,ol,p,ul{
	margin:0;
	padding:0;
	list-style:none;
}
a{
	color:#000;
	text-decoration:none;
}
*{ 
	box-sizing:border-box;
}
button{
	padding:0;
	border:0;
	background-color:transparent;
} 
img{
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*HEADER */
header{
	text-align: center;
	padding: 2rem;
}


/* MAIN */
main{
	text-align: center;
	margin: 0 auto;
}



/* FOOTER */



/* @Copyright - PhilDaiguille*/