body {
  background-color: #ffe6ea;
  color: #b22222;
  font-family: "linkfont", sans-serif;
  background-image: url(pink-red-hearts.jpg);
  background-size: cover;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 230, 234, 0.6);
  z-index: -1;
}
#css-zen-garden {
  padding: 20px 200px;
}
#contatiner {
  width: 80%;
  margin: 20px, auto;
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px black;
  opacity: 0.95;
}
@font-face {
  font-family: "h1h2font";
  src: url(Sweet\ Valentine.ttf);
}
@font-face {
  font-family: "h3font";
  src: url(Coffe\ Valentine.otf);
}
@font-face {
  font-family: "pfont";
  src: url(True\ Stories.ttf);
}
@font-face {
  font-family: "linkfont";
  src: url(Sweet\ Valentine.ttf);
}
#pageheader h1,
#pageheader h2 {
  font-family: "h1h2font", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #b22222;
  text-shadow: 2px 2px 5px rgba(178, 34, 34, 0.3);
}

#pageheader h2 {
  font-size: 30px;
}

p {
  background: white;
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

h3 {
  font-family: "h3font", sans-serif;
  text-align: center;
  position: relative;
  font-size: 22px;
  background: #fee7ec;
}

p {
  font-family: "pfont", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #ff4d6d;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  color: #b22222;
}

#footer {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background: #ffccd5;
  border-radius: 0 0 15px 15px;
}

#linklist {
  font-family: "linkfont", sans-serif;
  color: #ff4d6d;
  text-decoration: none;
  font-weight: bold;
  background: white;
  border-radius: 15px;
}

#mainimg img {
  width: 300px;
  top: 0;
  padding-left: 35%;
}

@keyframes float-hearts {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px) scale(1.5);
    opacity: 0;
  }
}
.heart-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100%;
  pointer-events: none;
}
.heart {
  position: absolute;
  bottom: 0;
  font-size: 25px;
  color: #b22222;
  animation: float-hearts 5s infinite ease-in-out;
}

.heart-container2 {
  position: fixed;
  bottom: 0;
  right: 0%;
  transform: translateX(50%);
  width: 100px;
  height: 100%;
  pointer-events: none;
}
.heart2 {
  position: absolute;
  bottom: 0;
  font-size: 25px;
  color: #b22222;
  animation: float-hearts 5s infinite ease-in-out;
}
@font-face {
  font-family: "footerfont";
  src: url(MoiraiOne-Regular.ttf);
}
.footer {
  font-family: "footerfont";
  text-align: center;
  display: block;
}
