@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap')

* { margin: 0; padding: 0; box-sizing: border-box }
body {
	font-size: 18px;
	width: 100%;
}

header {
	text-align: center;
	font-size: 2rem;
	font-family: "Montserrat", sans-serif;
	border-bottom: 20px solid #54c3f1;
}

h1 {
	margin: 0;
	padding: 7rem 0 3rem 0;
	color: #54c3f1;
	border-bottom: 8px solid black;
	text-shadow: 1px 1px black;
}

h2 {
	font-family: "Montserrat", sans-serif;
	text-align: center;
	color: #54c3f1;
	text-shadow: 1px 1px black;
	margin: 8rem 0 3rem 0;
}



main {
	margin: 0 auto;
	max-width: 800px;
	width: 94%;
	margin: 8rem auto 3rem auto;
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
}

p {
	text-align: justify;
}

.center {
	text-align: center;
	color: white;
	text-shadow: 1px 1px black;
	border-radius: 7px;
	background-color: #0097e0;
	border: 2px  solid black;
	padding: 2rem 0 2rem 0;
	margin: 8rem 0 8rem 0;
	font-size: 2.5rem;

}

.banner { text-align: center; }

a { 
	display: inline-block; color: red; text-decoration: none; font-weight: bold; 
}



footer {
	text-align: center;
	font-size: 3rem;
	font-family: "Montserrat", sans-serif;
	color: white;
	text-shadow: 1px 1px black;
	margin: 10rem 0 0 0;
	padding: 5rem 0 0 0;
	height: 14rem;
	border-top: 6px solid black;
	background-color: #54c3f1;
}

.also {
	text-align: center;
	color: white;
	text-shadow: 1px 1px black;
	

}



@media(max-width:900px) {
	main { width: 94%; margin: 0; padding: 0;}

}






