@charset "UTF-8";

body {
  background-image: url("../../images/background.webp");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  height: 100%;
}

html {
  height: 100%;
}

