/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url("/assets/waves.gif");
  background-repeat: no-repeat;
  background-size: cover;
  color: #e4ebf0;
  font-family: Georgia;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  width: 70px;
  height: 80px;
  background-image: url('/assets/spiral.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.button1:hover {
  width: 80px;
  height: 90px;
  background-image: url('/assets/spiral.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.button2 {
  width: 40px;
  height: 80px;
  background-image: url('/assets/star.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.button2:hover {
  width: 50px;
  height: 90px;
  background-image: url('/assets/star.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.button3 {
  width: 90px;
  height: 100px;
  background-image: url('/assets/spiral.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.button3:hover {
  width: 100px;
  height: 110px;
  background-image: url('/assets/spiral.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}


.button4 {
  width: 500px;
  height: 100px;
  background-image: url('/assets/selkiebonetitle.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.button4:hover {
  width: 500px;
  height: 100px;
  background-image: url('/assets/selkiebonetitle.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.button5 {
  padding: 10px 24px;
  background-color: #6f59c9;
  color: lavender;
  border: 2px solid #6f59c9;
}

.button5:hover {
  padding: 15px 24px;
  background-color: #b99fd6;
  color: white;
}


body {
  padding: 20px;
}
.demo > div {
  width: 130px;
  height: 110px;
  background-size: cover;
}
.demo {
  width: 800px;
  overflow: hidden;
}

.demo2 > div {
  width: 130px;
  height: 110px;
  background-size: cover;
}
.demo2 {
  width: 800px;
  overflow: hidden;
}

.box {
    justify-content: center;
    align-items: center;
   display: flex;
}

.box2 {
    justify-content: center;
    align-items: center;
   display: flex;
   word-spacing: 75px;
}

#seal_button {
  width: 390px;
  height: 240px;
  background-image: url('/assets/seal1.png');
  background-color: transparent;
  background-size: cover;
  border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  
  #seal_button:hover {
  width: 390px;
  height: 240px;
  background-image: url('/assets/seal2.png');
  background-color: transparent;
  background-size: cover;
  border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  
  #seal_buttonflip {
  width: 390px;
  height: 240px;
  background-image: url('/assets/seal1flip.png');
  background-color: transparent;
  background-size: cover;
  border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  
  #seal_buttonflip:hover {
  width: 390px;
  height: 240px;
  background-image: url('/assets/seal2flip.png');
  background-color: transparent;
  background-size: cover;
  border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
  }
  
  #spiral_button {
  width: 80px;
  height: 60px;
  background-image: url('/assets/spiral.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  }
  
  #spiral_button:hover {
  width: 80px;
  height: 60px;
  background-image: url('/assets/spiral.png');
  background-color: transparent;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  transform: rotate(360deg);
  transition: transform 1500ms;
  }
  
  
  a {
  color: white;
  background-color: transparent;
  font-weight: bold;
}



