html body {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

html body #copy {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 10px;
    font-weight: 400;
    z-index: 999;
}

html body #copy a {
    color: #898989;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

html body #copy a b {
    font-weight: 700;
}

html body #copy a:hover {
    color: #fff;
}

html body #editor {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-align: center;
}

html body #editor .typer input {
    position: absolute;
    top: 230px;
    right: 120px;
    border: 0;
    border-bottom: solid .04px #ffffff;
    padding: 4px;
    width: 100px;
    background: transparent;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 5px;
    font-weight: 100;
}

html body #editor .typer input:focus {
    outline: none;
    box-shadow: 0 none;
}

html body #editor .typer .hint {
    position: absolute;
    top: 280px;
    left: 0px;
    font-size: 7px;
    font-weight: 100;
    text-align: center;
    float: none;
    display: block;
    width: 100%;
    color: #ffffff;
    cursor: default;
}

html body #wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

html body #wrapper .text:nth-child(30) {
    font-size: 100px;
}

html body #wrapper .text:nth-child(29) {
    font-size: 97px;
}

html body #wrapper .text:nth-child(28) {
    font-size: 94px;
}

html body #wrapper .text:nth-child(27) {
    font-size: 91px;
}

html body #wrapper .text:nth-child(26) {
    font-size: 88px;
}

html body #wrapper .text:nth-child(25) {
    font-size: 85px;
}

html body #wrapper .text:nth-child(24) {
    font-size: 82px;
}

html body #wrapper .text:nth-child(23) {
    font-size: 79px;
}

html body #wrapper .text:nth-child(22) {
    font-size: 76px;
}

html body #wrapper .text:nth-child(21) {
    font-size: 73px;
}

html body #wrapper .text:nth-child(20) {
    font-size: 70px;
}

html body #wrapper .text:nth-child(19) {
    font-size: 67px;
}

html body #wrapper .text:nth-child(18) {
    font-size: 64px;
}

html body #wrapper .text:nth-child(17) {
    font-size: 61px;
}

html body #wrapper .text:nth-child(16) {
    font-size: 58px;
}

html body #wrapper .text:nth-child(15) {
    font-size: 55px;
}

html body #wrapper .text:nth-child(14) {
    font-size: 52px;
}

html body #wrapper .text:nth-child(13) {
    font-size: 49px;
}

html body #wrapper .text:nth-child(12) {
    font-size: 46px;
}

html body #wrapper .text:nth-child(11) {
    font-size: 43px;
}

html body #wrapper .text:nth-child(10) {
    font-size: 40px;
}

html body #wrapper .text:nth-child(9) {
    font-size: 37px;
}

html body #wrapper .text:nth-child(8) {
    font-size: 34px;
}

html body #wrapper .text:nth-child(7) {
    font-size: 31px;
}

html body #wrapper .text:nth-child(6) {
    font-size: 28px;
}

html body #wrapper .text:nth-child(5) {
    font-size: 25px;
}

html body #wrapper .text:nth-child(4) {
    font-size: 22px;
}

html body #wrapper .text:nth-child(3) {
    font-size: 19px;
}

html body #wrapper .text:nth-child(2) {
    font-size: 16px;
}

html body #wrapper .text:nth-child(1) {
    font-size: 13px;
}

html body #wrapper .text {
    cursor: default;
    position: absolute;
    height: 100%;
    width: 1000px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-text-fill-color: #383f95;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(141, 149, 255);
    left: 50%;
    transform: translate(-50%);
    letter-spacing: 10px;
    opacity: 0;
}

.interact {
    position: relative;
    top: 270px;
    left: 140px;
    color: rgb(255, 149, 72);
    font-family: letter-gothic-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 15px;
    letter-spacing: 5px;
    padding: 20px;
    display: inline-grid;
    z-index: 200;
}
