body {
  background-image: url('assets/fundo.png');
  background-repeat: repeat;
  font-family: 'Libre Bodoni', serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  font-size: 0;
  color: transparent;
  background-image: url('assets/logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 60px;
  margin: 60px auto 30px;
}

p {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
