body {
	font-family: 'Crimson Text', serif;
}

h1 {
	padding-top: 3%;
}

.videos {
	padding-top: 25px;
}

.navbar {
	width: 100vw;
	justify-content: center;
	background-color: white;
}

.nav-brand {
	color: black;
	}

a:hover {
	color: grey;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;


