body{
	background-image: linear-gradient(#bf8cf7, #512888);
	font-family: 'Garamond', serif;
	color: #ddd;
}


.name {
	display:flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}

h3 {
	margin: 10px auto 5px auto;
}

p {
	margin: 0;
	padding: 0 0 5px 0;

}

.main {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

ul > li {
	text-align: left;
}

h1 {
	font-size: 3em;
	color: #ccc;
	border-bottom: 3px dotted #ddd;
	margin: 0;
}


.school {
	margin: -5px 0 0 0;
	padding: 0 0 10px 0;

}

.index {
	width: 100vh;
	height: 100vh;
}

.click {
	font-size: 1.5em;
	display: flex;
	text-align: center;
	position: relative;
	top: 50vh;
	left: 50vh;

}

a {
	text-decoration: none;
	color: #ddd;
}

a:hover {
	color: #fff;
}
