body{
		color: rgb(0, 227, 0);
		background-color: rgb(0,0,0);
		font-family: "Arial", sans-serif;
		padding-left: 5%;
		padding-right: 5%;
		font-size: 108%;
}
h1,h2{
		text-decoration: underline;
}

h1{
		text-align: center;
		color: gold;
}

h2{
		color: yellow;
}

.nota{
		font-weight: bolder;
		font-size: 110%;
}

#primaIcona{
		background-image: url('../immagini/enemy3.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 40px;
		height: 26px;
		display: inline-block;
}
#secondaIcona{
		background-image: url('../immagini/enemy1.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 40px;
		height: 24px;
		display: inline-block;
}
#terzaIcona{
		background-image: url('../immagini/enemy0.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 40px;
		height: 31px;
		display: inline-block;
}
#quartaIcona{
		background-image: url('../immagini/ufo0.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 40px;
		height: 23px;
		display: inline-block;
}
