html {
    background-color: black;
}

h1 {
    color: red;
    font-size: 10em;
    line-height: 0.65;
    font-weight:100;
    letter-spacing: -10%;

    text-align:center;
    
}

/* sheesh */
body {
    width:100%;
}

#cave1 {
    width:100%;
}



img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

h3{
    color: white;
}

p{
    width: 400px;
    color: white;
}

/* All normal text */
#normaltext p {
    color:white;
    font-family:'Times New Roman', Times, serif;
}

body{
    display: grid;
    place-items: center;
}

#finalline i {
    color: black;
    font-size: 500%;
    font-weight: 900;
}

#endingbox {
    background-color: red;
    width:100%;
    height: 900px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

#titlebox {
    height: 900px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

footer {
    height: 100px;
    
}

#footertxt {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}



#footertxt a {
    width: 200px;
    height: 100px;
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

a {
    color: white;
}

#endingimg{
    width: 60%;   
}

/* final p */

#ftxt0grew {
    font-size: 1.5em;
}

#ftxt0sick {
    font-size: 2.5em;
}

#ftxt1 {
    font-size: 1em;
}

#ftxt2 {
    font-size: 1.5em;
}

#ftxt3 {
    font-size: 2.5em;
    line-height: 0.7;
}

#ftxt4 {
    font-size: 6.5em;
    line-height: 0.7;
}