container {
	max-width: 100%;
	position: relative;
	text-align: center;
	color: black;
}
#title h1{
	color: black;
	font-size: 400%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
img {
	width: 100%;
	height: auto;
}
.title h2{
	color: #911414;
	font-size: 200%;
    text-align: center;
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #335F8A;
	
}
li {
	float: left;
	
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 70px;
	text-decoration: none;
}
.articles{
  margin-top: 30px;
}
.articles .article{
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 30px;
  
  
}
.articles .article .left img{
  height: auto;
  width: 400px;
  border-radius: 5%;
}
.articles .article .right {
  margin: auto;
  max-width: 50%;
}
.articles .article .right p.description{
  color: #2d2d2d;
  
  
}
footer {
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #335F8A;
	
}