body {
    margin:0;
    padding:0;
    font-family:sans-serif;
    background:#fbfbfb;
}

.box-title{
  text-align: center;
  padding-top:15%;
}
.box-content{
  text-align: justify;
  background:#fff;
  box-shadow:0 20px 50px rgba(0,0,0,.1);
  border-radius:10px;
  transition:0.5s;

  background-image: url('../img/header.jpg');
  /* background-size: 150px; */
  background-size: contain;
  background-repeat: no-repeat;
}

.box-content:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.box-content-date{
  list-style: none;
  /* padding-left:70% */
}
.box-resp{
  font-size: 0.8em
}
