#container{
    background-image:url(https://file.garden/aKoFy7LZKBsHiy35/Card%20PNG.png);
    width:370px;
    height:575px;
    background-size:100%;
 }
 #content{
    width:400px;
    height:720px;
    margin:0 auto;
    margin-top:20px;
 }
 body{
    background-color: #ffffff;
  background-image: repeating-linear-gradient(45deg, #fdedf26e, #fdedf26e 25px, transparent 25px, transparent 50px), repeating-linear-gradient(-45deg, #fdedf26e, #fdedf26e 25px, transparent 25px, transparent 50px);
 }
 h1{
         font-size: 65px;
     z-index:1000;
     text-align:left;
line-height:50px;
     font-family:riffic;
     letter-spacing:1.5px;
     font-weight:bold;
color:#ffdce8;
                   background:#ffdce8;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0px 1px #fff) drop-shadow(0 -1px #fff) drop-shadow(1px 0 #fff) drop-shadow(-1px 0 #fff) drop-shadow(0px 1px #f4b7ca) drop-shadow(0 -1px #f4b7ca) drop-shadow(1px 0 #f4b7ca) drop-shadow(-1px 0 #f4b7ca);
margin-bottom:0;
}
  @font-face {
font-family: basic;
src: url(https://file.garden/aKoFy7LZKBsHiy35/Vividly-Regular.ttf);
}
h1 b{
    display:inline;
    margin-top:0;
}
h1 :not(b){
    margin-bottom:-20px;
}
dl{
  list-style: heart;
  padding:40px;
}
@counter-style heart {
  system: fixed;
  symbols: ♡ ♡ ♡ ♡ ♡;
  suffix: " ";
}
del{
   color:black;
    font-size:20px;
    font-family:basic; 
}
a{
    color:black;
    font-size:20px;
    font-family:basic;
    text-decoration:underline;
}
a:hover{
    font-style:italic;
    color:#f4b7ca;
    text-decoration:underline dashed;
}
@font-face {
    font-family: "Riffic";
    src: url("https://files.catbox.moe/nr0351.ttf");
}