@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.smack {
  background-image: url("smack.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: ease all .5s;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .smack {
    background-image: url("smack90.gif");
    transition: ease all .5s;
    font-size: 14px;
  }
}

button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  transition: ease all .5s;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  background: transparent;
  color: transparent;
}

p,a { 
  font-style: italic; 
  font-family: sans-serif; 
  font-size: 11px;

  bottom: 0; 
  right: 1rem; 

  color: #111; 
  z-index: 999;
}