html {
    min-height: 100%;
    width: 100%;
    background-color: #000;
    -webkit-appearance: none;
    font-size: 24px;
}

body {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: "Inconsolata", monospace, system;
    font-weight: 400;
    height: 100vh;
    justify-content: center;
    letter-spacing: 3px;
    margin: 0;
    max-height: 100vh;
    overflow: hidden;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.copyright {
    color: #fff;
    font-size: 12px;
}

.copyright a {
    color: #FFFF00;
}

.cyrillic {
    font-family: "PT Mono";
    font-weight: 400;
    font-size: .9rem;
}

.dotted-line {
    width: calc(100% - 2rem);
    margin: 0;
    padding: 1rem;
    border-bottom: 2px dashed #fff;
}

.channel_message {
    color: #FFFF00;
}

#message_00, #message_01, #message_02, #message_03 {
    display: none;
}

#cat001, #cat002, #cat003, #cat004 , #cat005 , #cat006 , #cat007 , #cat008 , #cat009,
#cat010, #cat011, #cat012, #cat013, #cat014 , #cat015 , #cat016 , #cat017 , #cat018 , #cat019,
#cat020, #cat021, #cat022, #cat023, #cat024 , #cat025 , #cat026 , #cat027 , #cat028 , #cat029,
#cat030, #cat031, #cat032, #cat033, #cat034 {
    display: none;
}

#skull {
    max-width: 100%;
    overflow-x: hidden;
}

.riddle {
    display: none;
}

.portrait {
    display: none;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #0f0;
}

.text-red {
    color: #f00;
}

.text-magenta {
    color: #FF00FF;
}

.text-yellow {
    color: #FFFF00;
}

.chat_name {
    color: #FF00FF;
    white-space: nowrap;
    display: inline;
}

.chat_message {
    color: #fff;
    display: inline;
}

@keyframes glitch-effect{
    0%   {color: #f00;}
    35%  {color: cyan;}
    40%  {color: #FF00FF;}
    60%  {color: #f00;}
    80%  {color: #FF00FF;}
}

.glitch{
    animation-name: glitch-effect;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
}

@media(max-width: 600px) {
    body {
        font-size: 16px;
    }

    .cyrillic {
        font-size: .7rem;
    }
}

@media(max-height: 700px) {
    .copyright {
        display: none;
    }
}
