html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    height: 100%;
    background-color:blue;
    background-image: url(pg-repeat-x.svg), url(pg-repeat.svg);
    background-repeat: repeat-x, repeat;  
}
