*{
  margin:0px;
  padding: 0px;
  font-family: verdana;

}
h1{
  font-size: 120px;
  color: green;
}
#website{
  background-image: url(1.jpg);
    height: 720px;
    background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;


}
.two{
  background-image: url(2.jpg);
  height: 720px;
  background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;

}
