hr {
    border: #666 2px dashed;
    margin: 6px 0px;
}

.ask {
    background-color:#DDD;
    color:#666;
    padding:5px;
    margin: 0 0 5px 0 ;
}

.flametext {
  z-index: -6 !important;
  position: relative;
}

.comment {
    background-color:#888;
    padding:5px;
    margin: 5px 0 5px 0 ;
}

img {
    max-width:100%;
}

.postbucket {
    max-width:800px; margin: auto; padding: 5px;
    background-color:#AAA;
}

body {
    background-image: url(https://file.garden/ZRWQAzccGFWyKufI/NEOCITIES/d/ezgif-38dcd25ecc2587.gif);
    background-attachment: fixed;
    color:black;
    padding:5px;
    font-family: monospace;
}

.heavenword {
    max-width:800px; margin: auto;
    font-size:40px;
    font-family: "Jacquard 12", system-ui;
    color:#FFF; 
    text-shadow: #FFF 0px 0 3px;
    line-height:40px;
    padding: 10px 0px;
}

.dark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:#000;
    z-index: -2;
}

.darkfade1 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(transparent, transparent, #000A);
}

.darkfade2 {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background: linear-gradient(#000A, #000);
}


