@charset "utf-8";
/* CSS Document */
#layout{
	max-width:1400px;
	margin: 0 auto;
}
body{
	background-color:aliceblue;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
}
img{
	padding:5px;
	border-radius:10px;
	height: 400px;
	object-fit: cover;
	margin:0 auto;
	width:32.3%;
}

a:link, a:visited{
	text-decoration:none;
	padding:4px;
	background-color: cadetblue;
	color:white;
	margin:auto 5px;
	border-radius:5px;
	line-height: 35px;
	border: solid grey 2px;
}
a:hover{
	background-color: white;
	color:blue;
	border-radius:5px;
}
h1{
	text-align: center;
	text-decoration: underline;
	
}
nav{
	text-align: center;
}
p{
	max-width: 400px;
	border: thin;
}
*{
	box-sizing:border-box;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
article{
	padding: 15px;
	margin: 1%;
	width:30.3%;
	float:left;
	border:1px solid;
	border-radius:4px;
	line-height: 1.5;
	text-align: left;
	background-color:dodgerblue;
	
}
header h1{
	background-color: dodgerblue;
	padding: 15px;
	text-decoration: none;
	border-radius: 10px;
	text-shadow: 3px 3px 3px white;
}
