body{
	border-style: inset;
	border-width: 10px;
	border-color: #A0522D;
	background-color: #D2B48C;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 23px;
	margin-left: 0.70em;
	margin-right: 0.70em;
}

h1{
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;

}

hr{
	width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFACD;
}

*{
	box-sizing: border-box;
}

.column{
	float: left;
	width: 33.33%;
	padding: 5px;
}

.row::after{
	content: "";
	display: table;
	clear: both;
}

img{
	border-radius: 120px 120px;
}

a:link, a:visited {
  color: #A0522D;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #FFFACD;
}

