* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  width: 100vw;
  background-image: url(/images/hotel.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  color: white;
  opacity: 1;
}
