html{
	font-family: Arial;
	position: relative;
	min-height: 100%;
}


body{
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 60px;
	background: linear-gradient(#9cc916, 35%, #4A9134);
}


h1{
	text-align: center;
	font-size: 50px;
	color: white;
}


table{
	font-size: 48px;
	color: white;
	font-weight: bold;
	text-align: center;
}


.zoom{
	width: 350px;
	height: 375px;
	transition: 0.5s;
}


.zoom:hover{
	opacity: 0.5;
	width: 400px;
	height: 425px;
	transition: 0.5s;
}


.streaming{
	margin-left: 0px;
	-webkit-transition: .3s ease-in-out;
	transition: .2.5s ease-in-out;
}


.streaming:hover{
	opacity: 0.5;
	margin-right: -125px;
}