@font-face {
  font-family: "SuperClarendon";
  src: url("./font/SuperClarendon.ttc");
}

@font-face {
  font-family: "Courier";
  src: url("./font/Courier.ttc");
}

@font-face {
  font-family: "TTCommons-Medium";
  src: url("./font/TTCommons-Medium.ttf");
}

body {
  width: 100%;
  height: 100%;
  /* background-color: #E30514; */
}

.card {
  text-align: center;
  background-color: #fff0;
  border: none;
  /* width: 40%; */
}

p {
  font-family: "Courier";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "SuperClarendon";
  line-height: 3rem;
}

/* BUTTON */
.button1 {
  font-family: "Courier";
  border: none;
  color: red;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* font-size: 10px; */
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}

.button2 {
  font-family: "Courier";
  border: none;
  color: #ffe841;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* font-size: 10px; */
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}

.button3 {
  border-color: black;
  color: black;
  /* padding: 15px 15px; */
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* font-size: 10px; */
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}

a:hover {
  text-decoration: none;
  /* background-color: #ddd; */
  color: black;
}

.button1 {
  background-color: #ffe841;
} /* yellow */
.button2 {
  background-color: #e30514;
} /* red */
.button3 {
  background-color: transparent;
} /* transparent */

.moving-lable {
  top: 50%;
  left: 50%;
  position: absolute;
  /* transform: translate(-50%, -50%) scale(10); */
  background-image: url("img/yellowmovingword.png");
  width: 100%;
  height: 3vw;
  background-size: 10%;
  background-position-x: 0%;
  background-position-y: center;
  background-repeat: repeat-x;
  /* animation: hohoho 150s linear infinite; */
}

/* .moving-lable.flip {
  transform: translate(-50%, -50%) scale(4);
} */

.divider {
  height: 0;
  width: 100%;
}

.clip {
  width: 100%;
  background-color: #f7d9e8;
  position: absolute;
  overflow: hidden;
}

.cover {
  margin-bottom: 3vw;
  padding-bottom: 4vw;
  height: 50%;
  width: 100%;
  background-color: #f7d9e8;
  /* top: 50%; */
  transform: translateY(100%) scaleX(4);
}

.cover.flip {
  transform: translateY(100%) scaleX(4);
}

@keyframes hohoho {
  0% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: 100%;
  }
}
