:root {
    --accent-color: #e8009b;
    background: white;
    color: black;
    --box-color: black;
    --webring-hover-color: rgba(205, 254, 170, 0.15);
}

/*  PHONE VIEWING: */
@media screen and (max-width: 800px) {
    .title-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -30px
    }


    .title-container>img {
        width: 3rem;
        height: 3rem;
        margin-bottom: 0px;
    }

    .box {
        margin-bottom: 10px;

    }



    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h3 {
        text-align: center;
    }

    .box-content {
        text-align: center;
    }

    #left {
        float: left;
    }

    #right {
        float: right;
        text-decoration: underline;
    }



    .separator {
        background: var(--accent-color) 1px broad;
    }

    .img-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 4px;
    }

    .img-container div {
        flex: 1;

    }

    .img-container>img {
        width: 5rem;
        height: 5rem;
        border: 1px var(--box-color) solid;
    }

    img {
        width: 5rem;
        height: 5rem;
    }

    div.item {

        display: inline-block;
        text-align: center;
        width: 120px;
        overflow: hidden;
    }

    .caption {
        display: block;
        font-size: 2.25vw;
    }

    .item>img {
        max-width: 100px;
        max-height: 100px;
        height: 25vh;
        width: 25vh;
    }

    body {
        height: 120vh;
    }


}



@media only screen and (min-width: 800px) {
    body {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 40vw;
        /* deal with margin and sizes later lolz*/
    }

    .title-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -30px
    }

    .title-container>img {
        width: 3rem;
        height: 3rem;
        margin-bottom: 0px;
    }

    .box {
        min-height: auto;
        min-height: 5vh;
    }

    .container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .container>.box {
        min-height: 16vh;
    }


    h3 {
        text-align: center;
    }

    .box-content {
        text-align: center;
    }

    #left {
        float: left;
    }

    #right {
        float: right;
        text-decoration: underline;
    }

    #no-ai {
        text-align: center;
    }


    .separator {
        background: var(--accent-color);
        width: 1px;
        min-height: 5vh;
    }

    .img-container {
        display: flex;
        justify-content: space-between;
        margin: 4px;
        align-items: center;
    }

    .img-container div {
        flex: 1;

    }



    img {
        width: 5rem;
        height: 5rem;
    }

    div.item {

        display: inline-block;
        text-align: center;
        width: 120px;
        overflow: hidden;
    }

    .caption {
        display: block;
        font-size: 1.75vw;
    }

}


a {
    color: var(--accent-color);
}

a:hover {
    text-decoration: none;
    background: var(--webring-hover-color);
}

#copyright {
    text-align: center;
    font-size: 10px;
}

h2 {
    text-align: center;
    font-size: 2.6rem;
    font-style: bold;
    margin-top: 10px;
}

.kitty pre {
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.box {
    border: 1px var(--box-color) solid;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 87vw;
    flex: 1;
}

pre {
    font-size: 10px;
    
}

.item {
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
}

div.item>img {

    border: 1px var(--box-color) solid;
}
