html {
  scroll-behavior: smooth;
}

.pic1{
min-height: 1000px;
background-image: url("images/chipi.gif");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
 }

 .pic2{
 min-height: 1000px;
 background-image: url("images/raiden.jpeg");
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 background-position: center;
  }

  .pic3{
   min-height: 1000px;
   background-image: url("images/huh_cat.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
   background-position: center;
    }