/* hi */

@keyframes newfriends {
    from {
        color: white;
    }
    to {
        color: lime;
    }
}

body, .info, .contactInfoTop {
    background: black;
}
.headerTop, .yheaderTop, .headerBottom {
    background: #004000;
}
.headerBottom {
    border-bottom: 2px solid lime;
}
.info, .contactInfoTop, .commentRight, #welcome {
    padding: 3px 6px;
    border: 2px solid lime;
}
.info, .contactInfoTop, .commentRight {
    background: #004000;
}

.commentRight {
    margin-bottom: 3px;
}
* {
    font-family: monospace;
    color: white;
}
#siteTitle, .headerBottom *, .info, .contactInfoTop, .text1, .username, hr, a, .bruhButton {
    color: lime
}
.bruhButton {
    font-size: 12px;
    font-weight: bold;
}
button, input, select, textarea {
    border: 2px solid lime;
    background: black;
    color: white;
    padding: 3px 6px;
}
#url {
    border: 0;
    padding: 0;
    box-shadow: none;
}
#song .contactInfoTop a {
    display: none;
}
.headerBottom small span span a[href^="/friends.ph"] {
    animation: newfriends 1s infinite steps(2, jump-both);
}
code {
    background: black;
    border-radius: 2px;
    color: lime;
}
table, td, tr {
    border: 2px solid lime;
}
table {
    border-collapse: collapse;
    background: black;
}