body, html {
  /*height: 100%; */
  width: 100%;
}

body {
  background-image: url("../images/gif/giphy (1).gif");
  background-repeat: no-repeat;
  background-size: 100%;

}

.center {
  margin-left: auto;
  margin-right: auto;
  display: block
}

.gif {
  position: absolute;
  margin-left: 20%;
  bottom: 2%;
  width: 100% ;
}

.gif2 {
  position: absolute;
  bottom: 2%;
  margin-left: 43.5%;
  width: 100%;
}

.gif3 {
  position: absolute;
  bottom: 2%;
  margin-left: 67%;
  width: 100%;
}
.button {
  background-color: ;
  border: none;
  color: white;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
