html, body {
  background: #FAFAFA; }

.card {
  margin-top: 20px;
  
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #272727;
  border-radius: 2px;
  background-color: #FAF8F5;
   }
  .card .title {
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 300; }
  .card .content {
    padding: 1.3rem;
    font-weight: 300;
    border-radius: 0 0 2px 2px;
    text-align: center; }
  .card p {
    margin: 0; }
  .card .action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 1.3rem;
    text-align: center; }
  .card a {
    color: #ffab40;
    margin-right: 1.3rem;
    transition: color 0.3s ease;
    text-transform: uppercase;
    text-decoration: none; }
  .card .image {
    position: relative; }
    .card .image .title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1.3rem;
      color: #fff; }
    .card .image img {
      border-radius: 2px 2px 0 0; }
h1{
  text-align: center;
}
table{
  margin-top: 20px;
  background-color: #FAF8F5;
}
footer{
      color: white;
      padding: 1rem;
      background-color:#E78717;
      text-align: center;
      }
li{
  display: inline;
}
.title-area{
  background: red;
}
.section6{
  text-align: center;
}
.callcard li{
  font-size: 15px;
  
}
.news li{
  font-size: 15px;
}
ul{
  text-align: center;
}

