/* Original 600 x 600 layers from Canva's "background patate" page.
   The texture remains above the opaque base, as in the source drawing. */
html { background-color: #444561; }
body {
  min-height: 100vh;
  background-color: #444561;
  background-image: url("/background/patate-texture.png"), url("/background/patate-base.png");
  background-repeat: repeat;
  background-size: 600px 600px;
  background-position: 0 0;
  background-attachment: scroll;
}
