article {
  position: relative;
}

html {
  min-height: 100vh;
}

body {
  background-image: url('../../images/watermark.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 400px;
}

@media (min-width: 1000px) {
  body{
    background-size: 800px;
  }
}
