/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Roboto&display=swap'); */

body{
	background-color: #000;
	color: #c0c0c0;
	text-align: center;
	font-size: 12px;
	/* font-family: 'Roboto', sans-serif; */
	overflow: hidden;
	width: 100%;
}
h2 {
	color: white;
	font-size:1.8em;
	font-weight:400;
	text-align: center;
	/* font-family: 'EB Garamond', serif; */
	/* text-transform:uppercase; */
}
h5 {
	color: white;
	font-size:1.3em;
	text-align: center;
	font-weight:400;
	/* font-family: 'EB Garamond', serif; */
}
a{
	text-decoration: none;
	color: #ffffff;
}
a:hover{
	color: gray;
	text-decoration: underline;
}

iframe {
    height: 75vh;
		width: 70vw;
		max-height: 75vh
}

.header {
	background: #000;
	position: absolute;
	/* top:0;
	left: 0; */
	padding-top: 50px;
	width: 100vw;
	height: 10vh;
	align-items: center;
	text-align: center;
}


.main {
	padding-top: 150px;
}
#myPicture {
	max-height: 60vh;
}
.footer {
	background: #000;
	height: 100px;
	padding-top: 20px;
	position: fixed;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	z-index:3;
}
.classInfo{
	padding: 20px;
	font-weight: 200;
	color:gray;
}
