
@font-face {
    font-family: "redalert1";
    src: url(/fonts/redalert1.ttf) format("truetype");
}
textarea, input {
    font-family: "redalert1", monospace;
    letter-spacing: 0px;
}
body, head {
    padding: 0;
    margin: 0;
    /* height: 100%; */
    width: 100%;
    font-family: "redalert1", monospace;
    letter-spacing: 0px;
}
#disconnected {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #222;
    color: #fff;
    display: block;
    text-align: center;
}
.disconnected-title {
    font-size: 45px;
    font-weight: bold;
    margin-top: 40vh;
}
.disconnected-subtitle {
    font-size: 25px;
    font-weight: normal;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}
.disconnected-error {

}
.disconnected-refresh:hover {
    background: rgba(255,255,255,0.4);
}
.disconnected-refresh {
    transition: all ease 0.1s;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px 3px;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 1px;
    cursor: pointer;
    color: #fff;
}
