html {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

* {
letter-spacing: normal;
-webkit-box-sizing: content-box !important;
}

#site-background-cover {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  width: 100%;
  height: 100%;
  position: relative; 
  background-image: url("/photo-1747455917568-d89241cd1423.jpg")
  }