

body {
	
	font-family: 'Roboto', sans-serif;
	background: radial-gradient(#FFF, #EEE);
	text-align: center;
	font-size: 1.5rem;
	background: #FEFEFE;
	
}


img {
	
	width: 100px;
	height: 100px;
	padding: 10px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 1px 8px 0 rgba(0,0,0,0.1);
	
}

img:hover {
	
	transform: scale(1.4);
	transition: all 1s;
	
	
	
}



#screen {
	width: 55%;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 1px 8px 0 rgba(0,0,0,0.1);
	
}