div {
	margin: 10px 10px;	
}

.head {
	text-align: center;
	margin: 0px auto;
}

.head > div {
	display: inline-block;
}

.headings {
	font-size: 70px;
	font-family: 'Roboto', sans-serif;
	color: white;
	float: left;
}

#tetris {
	border-radius: 10px;
	border: 0.5em solid white;
	height: 70vh;
} 

.tetrisCan {
	text-align: center;
	margin: 0 auto;
}

.score, .time{
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	color: white;
	text-align: center;
	margin: 0 auto;
}

body {
	background-image: url("images/background.png");
	background-repeat: repeat;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -1;
    opacity: 0.5;
}