h1{
	text-align: center;
	border: 2px solid black;
	width: 95%;
	background-color: white;
	height: 100px;
	font-size: 100px;
	border-radius: 50px 50px 50px 50px;
	margin-right: 5px;
	margin-left: 5px;
	box-shadow: 15px 15px 10px gray;
}
p{
	font-size: 30px;
	margin: 5px;
}
img{
	width: 500px;
	align-self: center;
	margin: 5px;
}
ul{
	font-size: 30px;
}
a{
	font-size: 30px;
}