body {
    background-color: #d1d1d1;
    /* ba   ckground-image: url('https://community.atlassian.com/forums/image/serverpage/image-id/92125i3C77265C1D4DC6E3/image-size/large?v=v2&px=999'); */
    background-repeat: repeat;
    /* font-family: "Comic Sans MS", cursive, sans-serif; */
    font-family: "Lucida Console",  Monospace;
    color: #000000;
    text-align: center;
}

.main-table {
    width: 50%;
    max-width: 2048px;
    margin: auto;
    border: 5px double #969696;
    background-color: #ffffff;
}

a {
    color: #0000ff;
}

.nav {
    background-color: #ffcc00;
    padding: 10px;
}

.nav a {
    color: #0000ff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

.content {
    padding: 20px;
    background: #d4d0c8; /* Typical XP gray background */
    border: 2px solid #ffffff;
    box-shadow:
        inset -1px -1px 0 #808080,   /* Dark inner top-left */
        inset 1px 1px 0 #ffffff;     /* Light inner bottom-right */
    color: #000;
}

.footer {
    background-color: #999999;
    padding: 10px;
    font-size: 12px;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
    visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
    visibility: hidden;
    }
}

.webring {
    transition: transform 0.3s ease-in-out;
    border: solid #959595 3px;
}

.webring:hover {
    transform: scale(1.05);
    cursor: wait;
}

.outlined {
    border: solid #959595 3px;
}

.specialmode {
    /* background-image: url('https://i.redd.it/5lvp8mx0qysb1.gif'); */
    background-image: url('https://i.pinimg.com/originals/10/a5/e2/10a5e2f2779bc53e2b44466f906b4a47.gif');
    background-repeat: repeat;
}

.toggle-btn {
    padding: 0;
    border: none;
    background: none;
}