*, html {
    margin: 0;
    padding: 0;
    cursor: crosshair!important;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #969696;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: -0.5px;
}

p {
    margin: 0 0 .6rem 0;
}

.nav {
    padding: 10px 0;
}

.nav a {
    color: #000;
    text-decoration: none;
    padding: 0 10px;
    filter: blur(0px);
    font-weight: 600;
}

.nav a:hover {
    color: #ff0000;
    text-decoration: underline;
    filter: blur(0.4px);
}

.chatart {
    position: fixed;
    pointer-events: none;
    color: red;
    filter: blur(0.5px);
    text-shadow: red 0 0 8px;
    width: 1600px;
    z-index: 999;
}

@media only screen and (hover: none) and (pointer: coarse) {
    .chatart {
        width: 2500px;
    }
}

.copyright {
    color: #5b5b5b;
    font-size: 11px;
    text-align: right;
    width: 100%;
    margin-left: auto;
    display: inline-block;
    margin-bottom: 4px;
}

.highlight {
    color: #ff0000;
    text-decoration: underline;
    filter: blur(0.4px);
    padding-left: 6rem;
}

.content {
    margin: 0 0;
    padding: 45px 0;
    max-width: 700px;
    position: relative;
    width: 100%;
    min-width: 700px;
}

.content .text {
    padding: 10px 0;
}

.content .text a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    filter: blur(0px);
    font-weight: 600;
}

.content .text a:hover {
    color: blue;
    text-decoration: underline;
    filter: blur(0.5px);
}

.content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2px;
}

.sidebar {
    padding: 45px 0;
    width: 700px;
}

.sidebar img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    font-weight: 600;
}

footer a {
    color: #000;
    text-decoration: none;
    filter: blur(0px);
    font-weight: 600;
}

footer a:hover {
    color: #ff0000;
    text-decoration: underline;
    filter: blur(0.5px);
}
