body {
	font-family: "Verdana";
}

.container img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 400px;
	border: 3.5px inset black;
}

.img-desc, .date, .tip {
	font-style: oblique;
	color: gray;
	text-align: center;
}

.container{
	border: 10px outset black;
	border-radius: 10px;
	margin: 100px;
	padding: 80px;
	background-color: #ffffff;
}

ul {
	border: 3px inset black;
	margin: 10px;
	
}

h2 {
	text-align: center;
}

.column {
  float: left;
  width: 45%;
  padding: 5px;
  margin: 10px;
  max-height: 300px

}

.row::after {
  content: "";
  clear: both;
  display: table;
}