@charset "UTF-8";
/* CSS Document */
@media print
{
	button
	{
		display:none;
	}
	img
	{
		display:none;
	}
}
@media screen and (max-width:1600px)
{
body
{
	background-color: #D3FAFF;
	text-align:center;
	width: 98%;
	column-count: 1;
}
.container
{
	display:flex;
	flex-wrap: wrap;
}
.p1
{
	background-color: #FFD6A7;
}
header
{
	background-color: #FFD6A7;
	
}
h1
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: black; 
	background-color: #FFD6A7; 
	font-size:50px; 
	text-align: center
}
p
{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
	background-color:#FFD6A7;
	font-size:30px;
	text-align:center;
}
img
{
	border: 7px solid #FFD6A7;	
	padding:1px	
}
button
{
	background-color: black;
	color: white;
}
}
.pictures
{
	display:flex;
}
@media screen and (max-width:420px)
{
	h1
	{
		font-size: 30px;
	}
}