#box-2 {
  height: 100vh;
  width: 100%;
  background: url("/assets/img/Jorgegaliciamagobackground.jpg") center / cover no-repeat fixed;
  display: table;
}

h1 {
  font-family: arial black;
  font-size: 50px;
  color: white;
  margin: 0px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

