html {
    background-color: black;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("/static/stars.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 10%;
    color: #f0e6d3;
    font-family: "FT88", sans-serif;
    scrollbar-gutter: stable;
}

body {
    margin: 2rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html,
body {
    cursor: url("/static/pointleft.gif"), default;
    /* just change the cursor.ico path to your location */
}

h1 {
    font-family: "FT88 Gothique", sans-serif;
}

h2,
h3,
h4,
h5,
h6,
.pronouns {
    font-family: "FT88", sans-serif;
}

a {
    font-family: "FT88", sans-serif;
}

h1 {
    color: #fcf434;
}
h2 {
    color: #9c59d1;
}
h3 {
    color: #ff8ed4;
}
h4 {
    color: #ff50a0;
}
h5 {
    color: #7b9fe0;
}
h6 {
    color: #a8e4f8;
}

p,
li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
    text-align: justify;
}

h1 {
    margin-bottom: 0;
    padding-bottom: 0.25rem;
}

center {
    display: block;
    text-align: -webkit-center;
    unicode-bidi: isolate;
}

center#mc_invite {
    margin-top: 1rem;
}

.pronouns {
    margin-top: 0;
    font-weight: 600;
    opacity: 0.3;
    font-size: 1rem;
}

.construction_banner {
    display: flex;
    flex-direction: column;
    background-color: yellow;
    color: black;
}

.construction_banner img {
    max-width: 100%;
}

.buttons_and_blinkies {
    display: inline-flex;
    max-width: 20%;
}

.buttons_and_blinkies img {
    margin: 0;
    padding: 0;
}

.content {
    flex: 1;
    background: rgba(0, 0, 0, 0.55);
    padding: 1rem;
}

.card-list {
    margin: 0;
    padding: 0;
}

.card-list li {
    list-style: none;
}

footer {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    background: rgba(0, 0, 0, 0.55);
    padding: 1rem 2rem;
    opacity: 0.3;
    font-family: "Playwrite NO", cursive;
    font-optical-sizing: auto;
    margin-top: 2rem;
    margin-bottom: 1.75rem;
}

.pride {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.75rem;
}

.pride > div {
    flex: 1;
}

/* Non-binary flag */
.pride-yellow {
    background-color: #fcf434;
}
.pride-white {
    background-color: #ffffff;
}
.pride-purple {
    background-color: #9c59d1;
}
.pride-black {
    background-color: #2d2d2d;
}

/* Omnisexual flag */
.pride-pink {
    background-color: #ff8ed4;
}
.pride-hotpink {
    background-color: #ff50a0;
}
.pride-purple2 {
    background-color: #210054;
}
.pride-lavender {
    background-color: #7b9fe0;
}
.pride-babyblue {
    background-color: #a8e4f8;
}

.card {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.card:last-child {
    border-bottom: none;
}

.card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.card-link:hover .card * {
    text-decoration: underline;
}

.timestamps {
    grid-column: 1;
    grid-row: 1 / 3;
    font-family: inherit;
}

.copyright {
    grid-column: 2;
    grid-row: 1;
    font-family: inherit;
    text-align: right;
}

.hosted {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
}

.source-link {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: center;
    padding-top: 0.25rem;
}

.timestamps p,
.copyright p,
.hosted p,
.source-link p {
    font-size: 1rem;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

.title-buttons {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}

.title-buttons li {
    display: inline-block;
    margin-right: 2rem;
}

.title-buttons li a {
    text-decoration: none;
    font-family: "FT88", sans-serif;
    font-size: 1.125rem;
}

.hosted a,
.source-link a {
    font-family: "Playwrite NO", cursive;
    font-optical-sizing: auto;
}

.title-buttons li a:hover {
    text-decoration: underline;
}
