/*fuente*/
@import url('https://db.onlinewebfonts.com/c/7cc6719bd5f0310be3150ba33418e72e?family=Comic+Sans+MS" rel="stylesheet" type="text/css');

/*general*/
body {
  margin: 0;
  font-family: "Comic Sans MS", monospace;
  background: url("https://st2.depositphotos.com/1454700/6393/i/450/depositphotos_63935989-stock-photo-heavens-gates-opening.jpg");   background-repeat: no-repeat;
  
  background-position: center;
  background-size: cover;
  min-height: 100vh;

  color: #fff;
}

/*header*/
header {
  background: rgba(0, 0, 0, 0.0);
  text-align: center;
  padding: 40px 10px 35px;
}

header h1 {
  font-size: 3em;
  color: #fff;
  margin: 0;

}

header h5 {
  font-size: 2em;
  color: #fff;
  margin: 0;

}
