:root {
 
  --bg-fallback: #f7eaff;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background-image: url("https://i.pinimg.com/736x/3e/53/c1/3e53c1bbc4301c4e90daa52a7cebfe10.jpg");
  background-repeat: repeat;       
  background-position: top center;  
  background-attachment: fixed;    
  background-size: auto;  
}

.container {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
