body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background-color: #181825;
    background-image: url('https://www.transparenttextures.com/patterns/zig-zag.png');
    color: #39ff14;
}


marquee {
    font-size: 2em;
    color: #FF00FF;
    font-weight: bold;
    text-shadow: 2px 2px #00F0FF;
    background: #222244;
    padding: 0 10px;
    border-radius: 6px;
}

a {
    color: #39ff14;
    text-decoration: underline;
    background: #222244;
    padding: 2px 6px;
    border-radius: 3px;
    transition: background 0.2s, color 0.2s;
}
a:hover {
    color: #FF00FF;
    background: #111133;
}
table {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #222244 !important;
    color: #39ff14;
    border-color: #FF00FF;
}

th, td {
    background: #181825;
    color: #39ff14;
    border: 1px solid #FF00FF;
}

hr {
    border: 2px dashed #FF00FF;
    background: #111133;
    height: 3px;
}
input, textarea {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background: #222244;
    border: 2px solid #39ff14;
    color: #39ff14;
    box-shadow: 0 0 8px #00F0FF;
    margin: 4px 0;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #FF00FF;
    background: #181825;
    color: #FF00FF;
}

