@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
	width: inherit;
	margin:0px;
	overflow-y: hidden;
	overflow-x: hidden;
	max-height: 900px;

}
body{
	background: url("../images/2048.jpeg");
	
}
h1{
	font-family: myriad-pro-semi-condensed, sans-serif;
	font-weight: 900;
	font-size:6.5em;
	line-height: 1em;
	font-style: normal;
	display:flex;
	position:relative;
	text-align: center;
	top:-1.4em;
	left:1.3em;
	color:#AAB300;
	justify-content: center;
	margin-top:2em;
	text-shadow: 3px 3px 0px #000000;
	margin-left: 0px;
	margin-right: 0px;
}
.square {
	height:110vw;
	margin:0px;
	padding:0px;
	display:flex;
	position:relative;
	top:-85em;
  width: 25%;
  background-color: #AAB300;
	z-index:-1;
}
.main{
	width:23%;
	display:flex;
	position:relative;
	margin:0px;
	top:-29em;
	left:0.5%;
	padding:0px;
}
ul{
	list-style: none;
	margin:0px;
	padding:0px;
}

.myButton{
	font-family: myriad-pro-semi-condensed, sans-serif;
	font-weight: 700;
	font-size:1.5em;
	font-style: normal;
	color:white;
	padding:1em;
	margin:2em;
	position:relative;
	top:-20em;
	left:0.1em;
	right:2.5%;
	line-height: inherit;
	background-color:black;
	display:flex;
	justify-content: center;
	width:15%;
	text-decoration:none;
	
}
.rectangle{
	width:50%;
	display:block;
	overflow-y:scroll;
	font-family: myriad-pro-semi-condensed, sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	background-color:white;
	max-height: 30em;
	margin:0px;
	padding:0px;
	position:relative;
	left:30%;
	top:-30em;
	
}
p{
	font-size:2.5em;
}
.p{
	line-height: 250%;
}
.instructor{
	width:15em;
}
.bruh{
	font-family: myriad-pro-semi-condensed, sans-serif;
	font-weight: 400;
	font-size: 2em;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 0px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:#AAB300;
  color: white;
}
nav{
	height:0px;
}