@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

body {
	background-color: #ECF3FE;
	font-family: "Montserrat", sans-serif;
}

#header {
	margin: auto;
	background-color: #FAFBBD;

}

h1, p {
	text-align: center;
	color: #031D44;
}

div {
	margin: auto;
	width: 300px;
	padding: 10px 0px 20px 0px;		
	background-color: #D8E7FD;
	text-align: center;
}

img {
	margin: auto;	
}

.hidden {
	display: none;
}

.show {
	display: block;
}

@media screen and (min-width: 800px) {
	div {
		margin: auto;
		width: 800px;
	}	
}