body {
		font-family: Broadway;
}

h1 {
		font-size: 3em;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
}

h2 {
		font-size: 2em;
		text-align: center;
		margin-top: .65em;
		margin-bottom: 1.33em;
		}

h3 {
		font-size: 1.5em;
		text-align: center;
		margin-top: .5em;
		margin-bottom: 0;
}

a {
			text-decoration: none;
}

a:hover {
			text-decoration: underline;
}

.flex-center {
     width: 100%;
     align-items: left;																				/*These two properties center vetically*/
     min-height: 78vh;																				/*These two properties center vetically*/
     display: flex;																						/*This is the attribute that separates into columns*/
     justify-content: center;
     text-align: center;
     position: relative;
 }
 
.spaceOut {
     margin-left: 10px;
     margin-right: 10px;
 }
 
.list {
			color: blue;
			font-family: Helvetica;
			text-align: left;
			text-decoration: none;
}
 
 .copyright {
 			padding-top: 5px;
 			font-family: Georgia;
 			text-align: center;
 }