.video-wrapper {
    width: 90%;
    aspect-ratio: 179/120;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 0px 8px #222;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    border: 1px solid white;
}

.dl-button-wrapper {
    max-width: 700px;
    width: 80%;
    margin: 25px auto 0 auto;
    container-type: inline-size;
}

.dl-button {
    width: 100%;
    aspect-ratio: 7 / 1;
    max-height: 100px;
    display: flex;
    cursor: pointer;
    font-family: 'mythMono';
    font-size: clamp(1rem, 6cqw, 3rem);
    color: white;
    text-shadow: 2px 2px 2px #222;
    border-radius: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-image: url("/assets/dl.png");
    box-shadow: inset 6px 6px 2px rgba(255, 255, 255, 0.5), inset -6px -6px 2px rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    background-size: cover;
}

#blurb-container {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
        url("/assets/grass.png");
    background-size: 42px;
    container-type: inline-size;
}

#promo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:25px;
}


#promo-wrapper img {
    max-width: 435px;
    max-height: 681px;
    border-radius: 4px;
}

#blurb-wrapper {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    height:fit-content;
}

#heed h1 {
    text-wrap: balance;
    text-align: center;
    font-size:32px;
    text-shadow: 1px 1px 4px #222;
    color: #fff;
    height:100%;
}
#blurb {
    color: #222;
    text-wrap: balance;
    padding: 8px 8px;
    font-size: clamp(1rem, 2.5cqw, 3rem);
    text-align: center;
    text-shadow: 1px 1px 2px #c7c7c7;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),
        url(/assets/sand.png);
    background-size: 48px;
    box-shadow: inset 4px 4px 2px rgba(0, 0, 0, 0.5), inset -4px -4px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#blurb p {
    margin: 0;
}

#blurb ul {
    list-style-position: inside;
    list-style-image: url("/assets/ktrico.png");
    margin: 0px;
    padding: 0;
}

#blurb h3 {
    margin: 12px 4px;
}

.flex-container {
    display: flex;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 4px;
    gap: 20px;
}

#tweet-wrapper {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
        url("/assets/grass.png");
    background-size: 48px;
    padding: 2px;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    width: 70%;
    padding: 8px 24px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #222;
}

#tweet-header {
    background-color: white;
    box-shadow: 0px 0px 4px #777;
    color: white;
    font-size: 20px;
    border-radius: 4px;
    padding: 4px;
    margin: 1px 1px 8px 1px;

}

#tweet-header div {
    border-radius: 4px;
    padding: 2px;
    background-color: #ec7e2f;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0));

}

#tweet-container {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    height: 600px;
    width: 100%;
    border-radius: 4px;

}

.tweet {
    display: flex;
    gap: 12px;
    padding: 12px 16px;
    border: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: rgb(255, 250, 245);
    border-radius: 5px;
    margin-bottom: 8px;
}

.tweet-avatar {
    width: 48px;
    height: 48px;
    border-radius: 20%;
    flex-shrink: 0;
    object-fit: cover;
}

.tweet-content {
    flex: 1;
}

.tweet:last-child {
    border-bottom: none;
}

.tweet-text {
    font-size: 14px;
    color: #14171a;
    margin: 2px 0 4px 0;
    line-height: 1.4;
}

.tweet-metrics {
    display: flex;
    gap: 16px;
    margin-bottom: 4px;
}

.tweet-metrics span {
    display: inline-block;
    width: 60px;
    font-size: 13px;
    color: #657786;
}

.tweet-date {
    align-self: flex-end;
    font-size: 13px;
    color: #657786;
}

#lastinfo {
    text-align: center;
    margin: 0 24px;
}

#twinfo-wrapper {
    background-color: white;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #777;
    color: white;
    font-size: 17px;
    text-shadow: 1px 1px 2px #777;

}

#twinfo-wrapper div {
    background-color: #ec7e2f;
    padding: 2px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0));
    display: flex;
    align-items: center;
    justify-content: center;
}

#lastinfo span {
    margin: 0 6px;
}

#follow-banner {
    cursor: pointer;
    color: white;
    margin: 0 auto;
}

#sidebar {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
        url("/assets/grass.png");
    background-size: 48px;
    padding: 2px;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    padding: 8px 24px;
    border-radius: 5px;
    width: 30%;
    box-shadow: 0px 0px 8px #222;
}

#sidebar-header {
    background-color: white;
    box-shadow: 0px 0px 4px #777;
    color: white;
    font-size: 20px;
    border-radius: 4px;
    padding: 4px;

}

#sidebar-header div {
    border-radius: 4px;
    padding: 2px;
    background-color: #24a387;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0));

}

.header-text {
    margin: 0 4px 0 0;
    text-shadow: 1px 1px 2px #777;
}

.banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-wrapper a {
    max-width: 200px;
    text-wrap: balance;
    text-align: center;
    margin-top: 4px;
    color: #24a387;
    font-size: 18px;
}

.banner {
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 4px #222;
    color: white;
    font-size: 20px;
    border-radius: 4px;
    padding: 4px;
    margin-top: 8px;
    border: none;
    outline: none;
    aspect-ratio: 35/16;
    cursor: pointer;
    background-size: contain;
}

#twtbanner {
    background-image: url("/assets/twtbanner.png");
}

#coral {
    height: 440px;
    width: 200px;
}

#qdex {
    height: 440px;
    width: 200px;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

@media (max-width: 800px) {
    #blurb-wrapper {
        flex-direction: column;
    }
    #promo-wrapper img {
        width: 0%;
        height: 0%;
    }

    #blurb {
        font-size: 24px;
    }

    #tweet-wrapper {
        width: 100%;
        margin: 0 0 2% 0;
        padding: 12px;
    }


    .tweet-text {
        font-size: 12px;
    }

    .tweet-metrics {
        gap: 1px;
    }

    .tweet-metrics span {
        font-size: 10px;
        width: 50px;
    }

    .tweet-date {
        font-size: 10px;
    }

    #sidebar {
        padding: 12px;
        width: 100%;
    }

    #friends {
        height: 220px;
        width: 100px;
    }
#coral {
    height: 220px;
    width: 100px;
}

#qdex {
    height: 330px;
    width: 150px;
}
    .flex-container {
        flex-direction: column;
    }

    .banner-wrapper {
        flex-direction: row;
    }

    #twtbanner {
        width: 400px;
    }

}
