h1 {
	font-family:MedievalSharp;
	font-size:80px;
	font-weight: bold;
	margin-top:10px;
}

h2 {
	font-family:MedievalSharp;
	font-size:50px;
	font-weight: bold;
	margin-top:40px;
}

img {
	width:80%;
}

body {
	background-image: url("images/bgtexture.png");
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	margin:100px 0;
}

p {
	font-family:Merienda;
	font-size:28px;
	margin:auto;
	padding:50px;
	max-width: 950px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.grid-item {
  text-align: center;
}

.grid-item p { padding-bottom: 25px; }

hr {
	border:none;
	border-style:double;
	height:2px;
	background-color:black;
	margin-top:50px;
}

p {  text-wrap: balance; }

a:link, a:visited {
	color:#000000;