* {
  margin: 0;
  padding: 0;
  background: 0 0;
}

.container {
  min-height: 100%;
  min-width: 100%;
  display: inline-block;
  text-align: center;
  background: linear-gradient(271deg, #e7ff26, #2ecc00, #ff3b00, #2a9fff);
  background-size: 800% 800%;
  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  -o-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 92% 0%;
  }
  50% {
    background-position: 9% 100%;
  }
  100% {
    background-position: 92% 0%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 92% 0%;
  }
  50% {
    background-position: 9% 100%;
  }
  100% {
    background-position: 92% 0%;
  }
}

@-o-keyframes AnimationName {
  0% {
    background-position: 92% 0%;
  }
  50% {
    background-position: 9% 100%;
  }
  100% {
    background-position: 92% 0%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 92% 0%;
  }
  50% {
    background-position: 9% 100%;
  }
  100% {
    background-position: 92% 0%;
  }
}

.main {
  display: inline-block;
  margin: 5% auto 5% auto;
  outline: none;
  padding: 5% 15%;
  color: #262626;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px solid #a3a3a3;
}

.header {
  height: 60px;
}

.ShopNow {
  border: 0;
  /*padding:10% 25% 10% 25%*/
}
