body {
	background-image: url("immagini/1.jpg") ;
	background-repeat: repeat;
}
h1{
	font-size: 700%;
	text-align: center;
	font-family: 'Berkshire Swash', cursive;
	color: white;
	margin-bottom: 2%;
	margin-top: 2%;
	} 

h2 {
	color: black;
	font-family: 'Chelsea Market', cursive;
 	font-size: 30px;
	text-align: center;
}

img {
	margin: 5%;
	display: block;
	margin: auto;
	width: 75%; 
	margin-top: 25px;
	border-radius: 8px;
	}
button {
	position: absolute;
	bottom: 30px;
        margin-left: 34%;
	width: 30%;	
	font-size: 80%;
	}

p {
       color: red;
       font-size: 19px;
       text-align: left;
	}
h4 {
   text-align: center;
   color: white;
   font-size: 75%;
}

.videogiochi { 
        position: relative;
	width: 27%; 
	height:  45%; 
	background:  url("immagini/bianchh.jpg") ;
	float: left;
	padding: 1%; 
	margin: 1%;
	margin-left: 2%;
	text-align: center;
	border-radius: 15px;
	}
	
.centro {
   	margin: auto;
   	width: 60%;
    	border: 3px solid red;
    	padding: 10px;
        text-align: center; 
        color: white;
	}

.prodotto {
	width:30%;
	height:35%;
	float:left;
	padding: 20;
        text-color: white;
	}
.bottone {
      text-align: center;
}

.image{
        border-radius: 8px;

}
a{
 margin-left: 45%;
 color: white ;
}

