
@font-face {
    font-family: retro rock;
    src: url(https://files.catbox.moe/niynke.ttf) format(TrueType);
}

@font-face {
    font-family: supafly;
    src: url(https://files.catbox.moe/js9kjv.ttf) format(TrueType);
}

h2 {
    font-family: supafly;
    font-weight: normal;
    margin-bottom: 0;
    text-indent: 15px;
}

#subt {
    font-family: supafly;
    font-size: 60px;
    position: absolute;
    top: -64px; left: -10px;
}

#title {
    font-family: retro rock;
    position: absolute;
    right: -10px;
    top: -74px;
    -webkit-text-stroke: .2px white;
    font-size: 100px;
}

#home {
    position: absolute;
    top: 10px;
    left: 15px;
}

.containerfirst {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-top: 50px;
    width: 650px;
    position: relative;
    z-index: 10;
    min-height: 100vh;
    background-color: white;
    border: 4px double black;
    border-radius: 5px;
}

.textbox {
    width: 650px;
    box-sizing: border-box;
    padding: 5px;
}

.subholder {
    position: relative;
}

.subdivider {
    width: 650px;
    height: 150px;
    filter: saturate(50%);
    -webkit-filter: saturate(50%);
    background-size: cover;
    -webkit-mask-image: url(https://files.catbox.moe/h7ue0a.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: url(https://files.catbox.moe/h7ue0a.png);
    mask-repeat: no-repeat;
    mask-size: cover;
    position: relative;

}

#subdivtitle {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: supafly;
    font-size: 30px;
    text-shadow: 0 0 2px white, 2px 2px white, 2px 0 white, 0 2px white, -2px 2px white, 2px -2px white, -2px -2px white, -2px 0px white, 0 -2px white,
                -4px 4px grey;
}

#heroes {
    position: fixed;
    left: 0;
    bottom: 0;
}

#heroespic {
    position: relative;
    left: -20px;
    height: 90vh;
}

#villains {
    position: fixed;
    right: 0;
    bottom: 0;
}

#villainspic {
    position: relative;
    right: -20px;
    height: 90vh;
}

