/* CSS Document */

body {
	background-color: #fdd69b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	
}
h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
	}
h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	}	
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 400px;
  height:auto;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  font-size:18px;
  font-weight:500;
}{
  box-sizing: border-box;
}

.box {
  float: left;
  width: 50%;
  padding: 10px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
