table {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    border: #fff 2px;
    max-width: 605px;
    table-layout: fixed;
}

#banner {
    animation: rainbowBorder 3s linear 0s infinite;
    border-radius: 8px;
    box-shadow: 0px 0px 16px #000000;
    text-shadow: 0px 0px 4px #6767ff, 0px 0px 8px #ec8dff;
    max-width: 595px;
}

#comment {
    background-color: rgba(63, 63, 63, 0.85);
    border: none;
    border-radius: 8px;
    box-shadow: 2px 4px 0px #222222;
    padding: 4px;
    /* height: 28px; */
    color: #ffffff;
    outline: none;
    font-size: 13px;
}

#main {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 605px;
    max-width: 605px;
}

iframe {
    border: none;
}

#submit {
    background-color: #0000ff;
    transition-duration: 0.4s;
    box-shadow: 0px 0px 16px #0000ff;
    color: #ffffff;
    border: none;
}

#submit:hover {
    background-color: #6666ff;
    box-shadow: 0px 0px 32px #6666ff;
}

#submit:active {
    background-color: #000080;
    box-shadow: 0px 0px 8px #000080;
}

#roundimg {
    border-radius: 8px;
    border: #ffffff 2px dotted;
    animation: rainbowBorder 3s linear 0s infinite;
}

#title {
    background: linear-gradient(to right, #1e3252 50%, #000000 100%);
}

#title2 {
    background: linear-gradient(to right, #561e07 0%, #000000 100%);
}

#title3 {
    background: linear-gradient(to right, #0d3313 0%, #000000 100%);
}

#title4 {
    background: linear-gradient(to right, #545600 0%, #000000 100%);
}
#rainbow {
    animation: rainbowText 3s linear 0s infinite;
    text-shadow: 0px 0px 4px #6767ff, 0px 0px 8px #ec8dff;
}
@keyframes rainbowText {from {color: #ff5e5e;} 10%{color: #ffe368;} 20%{color: #7cff7c;} 40%{color: #8deeff;} 60%{color: #6767ff;} 80%{color: #ec8dff;} 100%{color: #ff5e5e;}}
@keyframes rainbowBackground {from {background-color: #ff5e5e;} 10%{background-color: #ffe368;} 20%{background-color: #7cff7c;} 40%{background-color: #8deeff;} 60%{background-color: #6767ff;} 80%{background-color: #ec8dff;} 100%{background-color: #ff5e5e;}}
@keyframes rainbowTextShadow {from {text-shadow: #ff5e5e;} 10%{text-shadow: #ffe368;} 20%{text-shadow: #7cff7c;} 40%{text-shadow: #8deeff;} 60%{text-shadow: #6767ff;} 80%{text-shadow: #ec8dff;} 100%{text-shadow: #ff5e5e;}}
@keyframes rainbowBoxShadow {from {box-shadow: #ff5e5e;} 10%{box-shadow: #ffe368;} 20%{box-shadow: #7cff7c;} 40%{box-shadow: #8deeff;} 60%{box-shadow: #6767ff;} 80%{box-shadow: #ec8dff;} 100%{box-shadow: #ff5e5e;}}
@keyframes rainbowBorder {from {border: 2px #6f00ff solid;} 50%{border: 2px #68ff8e solid;} 100%{border: 2px #1100ff solid;}}

#whitecat {
    animation: moveUp 3s linear infinite;
    position: relative;
}

@keyframes moveUp {
    0% {bottom: 5px;}
    50% {bottom: 0px;}
    100% {bottom: 5px;}
}

a:link {
    text-decoration: none;
    color: #00ffe7;
    transition: .2s;
}

a:link:hover {
    text-shadow: 0px 0px 16px #b5fff8;
    text-align: top, left;
    text-decoration: underline;
    text-decoration-style: dotted;
    color: #b5fff8;
}

a:link:active {
    color: #ffffff;
}

button {
    background-color: #0000ff;
    transition-duration: 0.4s;
    box-shadow: 0px 0px 16px #0000ff;
    color: #ffffff;
    border: none;
}

button:hover {
    background-color: #6666ff;
    box-shadow: 0px 0px 32px #6666ff;
}

button:active {
    background-color: #000080;
    box-shadow: 0px 0px 8px #000080;
}

body {
    background-image: url("/images/wall/sky.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}