@import url('https://fonts.googleapis.com/css2?family=Handlee&family=Major+Mono+Display&display=swap');

* {
  box-sizing: border-box;
  margins: 0;
  padding: 0;
}
body{
	background-color: #434027 !important;
}

h1, h3{
	font-family: 'Major Mono Display', monospace;
}
.banner
{
	text-align:center;
	background-image:
	url(images/potion.jpg);
	background-size: cover;
	height: 500px;
	font-family:'Alkalami', sans-serif;
 }
 
 a{
	text-decoration-line: underline overline !important;
	font-variant: small-caps;
	font-size: 25px;
	font-family: 'Handlee', cursive;
	color: #857b8c !important;
 	
}

p{
	padding: 20px;
	font-family:'Rajdhani', sans-serif;
	font-size: 30px;
	color: #51383b;
	background-color: #8f8794 !important;
	font-family: 'Handlee', cursive;
	
}

.nav{
	color: #d0c2bb !important;
	background-color:#be8971 !important;
}

.nav-link {
  color: #d0c2bb !important;
  text-decoration-line: none !important;
}

.nav-link:hover {
  color: #d0c2bb !important;
  background-color:#d09a6b !important;
}


 img {
 	padding: 30px !important;
 	margin: 5px;
 }