html {
  box-sizing: border-box
}
*,
:after,
:before {
  box-sizing: inherit
}
html {
  font-size: 62.5%
}
body {
  padding: 0;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  font-family: sans-serif;
  font-size: 1.8rem
}
main {
  padding: 0 24px
}
body {
  min-height: 100vh;
  background: radial-gradient(circle at center,#6f3b00,#432f17)
}
main {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/img/bkg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left
}
h1 {
  width: clamp(280px,80vh,80vw);
  aspect-ratio: 16/6;
  background: url(/img/thelazylanai.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(1vw 1vh 12px #000);
  filter: drop-shadow(1vw 1vh 12px #000)
}
h1 span {
  visibility: hidden
}