body {
    background: url(https://files.catbox.moe/2k4tqu.png) #fff repeat-x fixed 100% 100%;
    zoom: 150%;
}

.block {
    margin: auto;
    margin-top: 40px;
    border: 2px solid black;
    box-shadow: 0 0 0 2px white,
       0 0 0 4px black,
        0 0 0 7px  #ff5d83;
    border-radius: 5px;
    width: 400px;
    height: 300px;
    background-color: white;
    overflow: hidden;
    
    
}

h1 {
    font-family: arial black;
    font-size: 10px;
    margin-left: 10px;
    z-index: 10;
}

h2 {
    font-family: arial black;
    font-size: 10px;
    margin-left: 140px;
    margin-top: -25px;
    border-bottom: 3px solid #ff5d83;
    z-index: 10;
    position: relative;
    top: -69px;
}

.sakura {
    position: relative;
    width: 200px;
    rotate: -10deg;
    top: -80px;
    left: -150px;
    z-index: 3;
}


.byak {
    z-index: 12;
    top:-119px;
    left: 30px;
    rotate: -10deg;
    width: 150px;
    position: relative;
}

.bodytxt {
    z-index: 11;
    top: -20px;
    left: 200px;
    font-size: 14px;
    font-family: arial narrow;
    position: relative;
}

.heading {
 font-family: arial black;
font-size: 80px;
    margin-top: -35px;
letter-spacing: -11px;
font-weight:bold;
    z-index: 10;
filter: drop-shadow(0px 1px black) drop-shadow(0 -1px black) drop-shadow(1px 0 black) drop-shadow(-1px 0 black);

}