body{
	background-color: #000;
}

h1{
	border: 4px double #FFF;
	border-radius: 10px;
	box-shadow: 5px 5px 20px #F00;
	text-shadow: 3px 3px 5px #FFF;	
	text-align: center;
	color: #F00;
	margin: 50px;
	padding: 10px;
	font-size: 4em;

}
h2{
	margin: auto;
	text-align: center;
}
.page{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	/*border: 2px solid #00F;*/
}
.image{
	border: 1px solid #FFF;
	padding: 5px;
	margin-bottom: 5px;
}

a 	{
	text-decoration: none;
	}

.ico{
	position: fixed;
}

	@media screen and (max-width: 1020px) {
 
 h1{
 	margin-top: 5px;
 	margin-bottom: 20px;
	border: 4px double #FFF;
	border-radius: 10px;
	text-shadow: none;	
	box-shadow: none;

	text-align: center;
	color: #F00;
	font-size: 1.5em;

}
.page{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	/*border: 2px solid #00F;*/
}
.image{
	width: 95%;
}


}