body {
  text-align: center;
  font: 20px Helvetica, sans-serif;
  color: #333;
  padding-top: 50px;
  background-image: url("../img/belcredi-bg.jpg");
  background-repeat: repeat-y;
  background-size: cover;
}

h1 {
  font-size: 30px!important;
}

article {
  display: block;
  text-align: left;
  padding: 50px!important;
  background-color: rgb(223, 240, 238);
  border-radius: 15px;
  margin-bottom: 50px;
}

a {
  color: #dc8100;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}
