/* custom.css */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: url("/assets_front/img/background.png") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}
