@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Xanh+Mono&display=swap');

*{
	margin: 0;
	padding: 0;
  }
  
body{
    
    font-size: 20px;
    background-color:#92430a;
}

.banner
{
	text-align:center;
	background-image:
	url(images/Daniel_Calabrese_lotus.jpg);
	background-size: cover;
	height: 500px;
	color: white;
 }

h1{
	font-family: 'Indie Flower', cursive;
}

p, li{
	font-family: 'Xanh Mono', monospace;
	padding: 20px;

	}

 .subtext { 
	 font-size: 15px;
	font-variant: none;
	text-indent: 50px;
	color: #808087;
 
 }
 
 
 /* unvisited link */
a:link {
  color: #434c46;
  text-decoration: none;
}


/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}


/* mouse over link */
a:hover {
  color: #664631;
  text-decoration: none;
}


/* selected link */
a:active {
  color: #959593;
  text-decoration: none;
}