@charset "UTF-8";
/* CSS Document */

html {
	height: 100%}

body {
  	height: 100%;
  	margin: 0;
  	background-color: white;
	background-repeat: no-repeat;
  	background-attachment: fixed;}


#wrapper{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
  	display: grid;}


.immagine{
	width: 580px;
	height: 425px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/mdc-logo-tv.png');}