
* {font-family: Helvetica Neue, Arial, sans-serif; }

h1, table { text-align: center; }

table {border-collapse: collapse;  width: 70%; margin: 0 auto 5rem;}

th, td { padding: 1.5rem; font-size: 1rem; }

tr {background: hsl(50, 50%, 80%); }

tr, td { transition: .4s ease-in; } 

tr:first-child {background: hsla(12, 100%, 40%, 0.5); }

tr:nth-child(even) { background: hsla(50, 50%, 80%, 0.7); }

td:empty {background: hsla(50, 25%, 60%, 0.7); }

tr:hover:not(#firstrow), tr:hover td:empty {background: #ff0; pointer-events: visible;}
tr:hover:not(#firstrow) { transform: scale(1.2); font-weight: 200; box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);}







body{
	padding: 2%;
	margin: 2%;
}
header{
background-color: rgba(205, 150, 0, 0.3);	
border-radius: 15px;
padding: 2%;
}
nav a{
	display: inline-block;
	margin: 1% 4% 1% 4%;
	border-radius: 15px;
	padding: 1% 4% 1% 4%;
	background-color: #FFA500;
}
.active{
	background-color: #D4FF30;
}
section{
	display: inline-block;
	width: 60%;
	margin:20px;
}
h1{
text-align: center;
color: #992322;
}
h2{
color: #6A6A11;
}

img{
	display: inline-block;
	border: 3px solid #DFFF8B;
	border-radius: 3px;
	float: center;
	margin:20px;
	width: 75%;
}
aside{
	display: inline-block;
	float:left;
	width: 25%;
	background-color: rgba(190, 250, 50, 0.5);	
	padding-top:20px;
	border-radius: 15px;
}
nav a:hover{
    background-color: #BEFF06;
}
img:hover{
    border: 3px solid #BEFF06;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFDA68;
  color: #000000;
  text-align: center;
  border-radius: 13px;
}
iframe {
    width: 90vw;
    height: 90vh;
    margin: 0 auto;
}
iframe{
display:block;
}
body{ 
      background: rgba(250, 250, 0, 0.2); 
  }
@media only screen and (max-width: 600px) {
	aside{
	display: inline-block;
	float:center;
	width: 90%;
}

nav a{
	display: block;
}
}




