html {
    color: white;
    font-family: 'Default';
}
body {
    margin: 0px;
    height: 681px;
}
div {
    box-sizing: border-box;
}
.warning {
    font-size: 24px;
    width: 100%;
    display: block;
    text-align: center;
    color: var(--red);
    position: absolute;
    top: 10px;
}
.text-box {
    border-top: 1px solid white;
    font-size: 20px;
    padding: 10px;
    position: sticky;
    bottom: 1px;
    letter-spacing: 2px;
}
::-webkit-scrollbar {
    width: 0px;
}