.right {
    border: none;
    height: 100%;
    width: 80%;
    padding: 20px;
    padding-top: 60px;
}

.left {
    border: none;
    height: 100%;
    width: 20%;
    padding: 20px;
    padding-top: 60px;
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}

.filenames {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    padding-left: 40px;
    padding-right: 40px;
}

.flex_pic {
    border: 2px solid #C93771;
    width: 250px;
    height: 280px;
    margin: 10px;
    margin-top: 50px;
    image-rendering: pixelated;
    object-fit: cover;
}

.twopics {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body {
    background-image: url(https://64.media.tumblr.com/9cfbac7c875e7b8ea5c6a01a8c36023f/tumblr_inline_ml7z21y9Gt1qz4rgp.png);
}

@media (max-width: 790px) {
    main {
        flex-direction: column;
    }
    .left, .middle, .right {
        width: 90%;
        padding: 10px;
        padding-top: 20px;
    }
    .fixedchibi {
        display: none;
    }
    .vidplayer {
        display: none;
    }
    .navigationlinks {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .lolcowbitch {
        width: 100%;
        margin-bottom: -20px;
    }
  }
