@keyframes rave {

    0%,
    100% {
        color: rgba(255, 0, 0, 1);
    }

    14% {
        color: rgba(255, 165, 0, 1);
    }

    28% {
        color: rgba(255, 255, 0, 1);
    }

    42% {
        color: rgb(0, 206, 0);
    }

    57% {
        color: rgb(36, 98, 233);
    }

    71% {
        color: rgb(149, 0, 255);
    }

    85% {
        color: rgb(183, 214, 7);
    }
}


.home_title {
    animation: rave 6s infinite alternate;
}

.tube:hover {
    color: red
}

html,
body {
    height: 100%;
}

body {
    min-height: 100vh;
    background: linear-gradient(
        61deg,
        #1a0008,
        #0d0030,
        #001a18,
        #1a0d00,
        #0d001a,
        #001a0d,
        #00101a,
        #1a1000,
        #1a0008,
        #0a0020,
        #000d0a,
        #050020,
        #001020,
        #1a000d,
        #001a18,
        #1a0d00
    );
    background-size: 600% 600%;
    animation: cool 15s ease infinite alternate;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    color: white;
    font-family: sans-serif;
    margin: 0;
    background-attachment: fixed;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFF;
    font-weight: 900;

}

strong {
    font-weight: 700;
}

.medium-text {
    font-weight: 500;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #8d8d8d;
}

.navbar {
    background-color: transparent;
    color: #FFF;
    padding: 15px;
    border-right: 1px solid #ffffff12;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 170px;
    z-index: 999;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.navbar ul,
h4 {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin-bottom: 5px;
}

.navbar a {
    color: #FFF;
    text-decoration: none;
}

.navbar a:hover {
    color: #a0a0a0;
}

.button {
    /* discord-like buttons */
    background-color: #000;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 15px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.button:hover {
    background-color: #FFF;
    color: #000;
}

.container {
    padding: 20px;
    margin-left: 220px;
    margin-bottom: 20px;
}

p {
    line-height: 1.6;
}

.updating {
    position: absolute;
    top: 1px;
    left: 1599px;
    color: #FFF;
    padding: 10px;
    z-index: 999;
    white-space: nowrap;
}

@keyframes cool {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.actualcontent a {
    color: #80dbff;
    text-decoration: underline;
}

.blog_intro {
    font-size: 10px;
    text-decoration: italic;
}

.reflist a,
.reflist a:visited,
.reflist a:hover,
.reflist a:active {
    color: #80dbff;
    text-decoration: underline;
}

.links {
    color: white;
    text-decoration: underline;
}

.pic_credits {
    font-size: 0.9em;
    color: #ccc;
    margin-top: 10px;
}

.content_warning {
    background-color: #ff0000;
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.quote {
    background-color: #424242;
    border-left: 5px solid #ccc;
    padding: 10px 20px;
    margin: 20px 0;
    font-style: italic;
}

/* Tweet styles */
.tweet {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
}

.tweet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.username {
    font-weight: 700;
    color: #1d9bf0;
}

.date {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.tweet-text {
    margin-bottom: 12px;
    line-height: 1.5;
    word-wrap: break-word;
}

.tweet-text a {
    color: #1d9bf0;
    text-decoration: none;
}

.tweet-text a:hover {
    text-decoration: underline;
}

.tweet-media {
    margin-bottom: 12px;
}

.tweet-media img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
}

.tweet-stats {
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.stat {
    display: flex;
    align-items: center;
    gap: 4px;
}

.stat i {
    font-size: 12px;
}

img.emoji {
    /*Twemoji*/
    height: 1em;
    width: 1em;
    margin: 0 0.05em 0 0.1em;
    vertical-align: -0.1em;
    display: inline;
}

.scot {
    display: flex;
    align-items: center;
    background: #222;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    max-width: 500px;
    margin: 1.5rem 0;
}

.scot i {
    color: #aaa;
    margin-right: .5rem;
}

.scot input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
    outline: none;
}

#list article {
    background: #111;
    padding: .75rem 1rem;
    margin: 0 0 .75rem;
    border-left: 4px solid #6200ff;
    border-radius: 6px;
}

#list time {
    font-weight: 700;
}

#count {
    font-size: .9rem;
    opacity: .7;
    margin-left: .75rem;
}

.underlined {
    text-decoration: underline;
    color: #80dbff;
}

.modal {
    user-select: none;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.93);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal .box {
    background: rgb(23, 23, 23);
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
}

.hide {
    display: none;
}