body {
  background-color: #d4d4d4;
  text-align: center;
}

.title-top {

   height: 100px;
}

.title {
    color: white;
    position: relative;
    font-size: 150px;
}

.title-bottom {
    color: white;
    position: relative;
    font-size: 50px;
}

.top 
{
	height: 50px;
}

.bottom
{
	height: 50px;
}

.main 
{
	width: 1200px;
    margin: 0 auto;
	background-color: white;
}

.main-banner {
	background-image:url('../src/banner.jpg');
	background-repeat: no-repeat;
	background-size: 1100px 1100px;
	width: 1100px;
	height: 1100px;
	margin: 0 auto;
	
}

.transparent{

	height: 700px;

	
}

.info{

	height: 400px;
	background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
	
}

a.play {
	
	height: 200px;
	width: 200px;
	text-align: center;
	display: inline-block;
	margin-top: 300px;
	background-image:url('../src/link.png');
	background-repeat: no-repeat;
	background-size: 200px 200px;

}
