header {
	background: red url("images/banner.png") no-repeat ;
	height:250px;
	text-align:center;
	color:white;
	font-size:70px;
	margin-top:-100px;
}
nav{
	margin:30px;
	text-align:center;
	
}
nav a{
margin-left:10px;
margin-right:10px;
}
h2{
	text-align:center;
	font-size:75px;
	margin:-45px;
	color:white;
}
html{
	background-color:#964E73;
}
h4{
	font-size:35px;
}
p{
  font: italic normal bold 28px/1.5 "Times New Roman", Times, serif;
}
h3{
	font-size:55px;
}
.simple {
  box-shadow: 5px 5px 5px rgb(0 0 0 / 70%);
  margin-bottom:15px;
  margin-top:10px;
}
.scroll-container {
  height: 100vh; 
  overflow-y: scroll; 
  scroll-snap-type: y mandatory;
}
.snap-section {
  height: 100vh; 
  scroll-snap-align: start;
}

img{
	filter:contrast(110%);
	border-radius: 25px;
 border: 5px solid #000000;
}
h1 {
  text-shadow: 2px 2px #ff0000;
}

p{
	 column-count: 2;
	  word-wrap: break-word;

}
