html, body {
  height: 100%;
  margin: 0;
}

/* Page background */
body {
  background-image: url("https://hoteldossier.neocities.org/winterbg.png");
  background-color: #eaf2ff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  font-family: Georgia, serif;
}

/* Plaque text box */
.welcome-box {
  color: white;
  width: 600px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 200px auto;
  font-family: Garamond, "Cormorant Garamond", serif;
  font-size: 28px;
  text-align: center;

  background-image: url("https://hoteldossier.neocities.org/plaque.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  border: none;
}

