body {
  background: url(../img/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.body-header {
  margin: 0 auto;
  display: block;
  background: #fff url(../img/bg_header_remembrance.jpg) no-repeat center;
  width: 100%;
  height: 200px;
  border-radius: 7px;
}

.body-header h1 {
  display: none;
}

.body-content {
  margin: 75px auto;
  padding: 16px;
  background: #fff;
  border-radius: 7px;
}

.card {
  border-radius: 7px;
}

.card-header {
  background-color: #000730;
  color: #fff;
  font-weight: bold;
}

.card-body {
  background-color: #CADCEB;
}