div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

div.con{
    font-size:"12px";
    padding: 15px;
  text-align: center;
  background-color: white;
}
body{
    background-color: lemonchiffon;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.content-wrapper{
    padding: 10px 30px;
}
p{
    text-align: justify;
}
h1{
    text-align: center;
}
.highlight{
    font-weight: 700;
    color: forestgreen;
}
h1, h2{
    font-weight: 400;
}

ul li{
    list-style-type: square;
    margin-bottom: 10px;
    margin-left: 50px;
}
table{
    width: 100%;
 background-color: lemonchiffer;
}

th{
    background-color:#E8A599;
    color: lilac;
  padding: 15px;
  text-align: left;
}

td {
   // background-color:#D3B1F1;
    color: lilac;
  padding: 15px;
  text-align: left;
}

tr.title{
    background-color: purple;
}

table.hero{
    background: images/hero.jpg;    
}