body {
	background-color: #fff0F5;
	font-size: 16px;
	}

h1 {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 3em;
	

	}


h2 {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;

	}
p { 
	text-align: center;
		
}


#banner {
		width: 100%;
		height: 300px;
		overflow: hidden;

	}

#banner img {
		width:100%;
		height: 100%;
		object-fit: cover;

		}

.top {
		width: 100%;
		height: 20vh;
		margin: 
	}

.intro {
		top: 20%;

	}
.intro p {
		font-size: 1.5em;
	}