#clicker {
    padding-top: 25px;
    width: 80px;
    height: 80px;
    position: relative;
}

#intro-text-container {
    padding-bottom: 100px;
    position: absolute;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    -webkit-user-drag: none;
    word-break: keep-all;
    white-space: pre;
}


.text-container {
    padding-bottom: 1150px;
    position: absolute;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    -webkit-user-drag: none;
    word-break: keep-all;
    white-space: pre;
}


.gastertext {
    font-family: "gastertext", sans-serif;
    font-size: 120px;
    position: absolute;
    color: white;
    font-stretch: expanded;
}


.text {
    font-family: "text", sans-serif;
    font-size: 120px;
    position: absolute;
    color: white;
    font-stretch: expanded;
}


.sans {
    font-family: "sans", sans-serif;
    font-size: 80px;
    position: absolute;
    color: aqua;
    font-stretch: expanded;
}


.paps {
    font-family: "paps", sans-serif;
    font-size: 80px;
    position: absolute;
    color: aqua;
    font-stretch: expanded;
}


.gasterwd {
    font-family: "gasterwd", sans-serif;
    font-size: 107px;
    position: absolute;
    opacity: 0.07;
    color: white;
    font-stretch: expanded;
}