* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Fredoka One", cursive;
  overflow: hidden;
}

body {
  background: linear-gradient(150deg, rgb(128, 47, 160), rgb(232, 197, 233));
  height: 100dvh;
  width: 100dvw;
  color: white;
  display: flex;
  position: relative;
}

article {
  background-color: rgba(255, 255, 255, 0.452);
  background-image: url(../multimedia/stichSV.png);
  border-radius: 15px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.192);
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  width: 90%;
  height: 60%;
  text-align: center;
  -webkit-text-stroke: 0.3px black;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

article h2 {
  font-size: 35px;
}

#sanValentinWord {
  transition: all 1s ease;
}

#h2formargin {
  height: 40px;
}

#sayYes {
  border: 1px solid black;
  border-radius: 10px;
  width: 80%;
  padding: 15px;
  margin: auto;
  height: 15%;
  background: linear-gradient(
    150deg,
    rgba(131, 55, 161, 0.74),
    rgba(232, 203, 233, 0.685)
  );
  transition: transform 1s ease;
  color: white;
}
#sayYes:hover {
  transform: scale(1.01);
}

#sayNo {
  border: 1px solid black;
  border-radius: 10px;
  font-size: 12px;
  height: 15%;
  transition: transform 1s ease;
  width: 80%;
  padding: 15px;
  margin: auto;
  color: black;
  background: linear-gradient(
    150deg,
    rgba(161, 161, 161, 0.699),
    rgba(255, 255, 255, 0.747)
  );
}

#sayNo:hover {
  transform: scale(1.01);
}

#photo {
  display: none;
  border-radius: 15px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.192);
  margin: auto;
  width: 90%;
  height: auto;
}

#confeti {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

#cat {
  display: none;
  position: absolute;
  z-index: 9999999;
  left: 50%;
  transform: translateX(-50%);
  top: 76%;
  height: 25%;
}
