@media screen and (max-width: 1000px) {
    main {
        margin: 50px 1rem;
    }
    .article {
        width: 800px;
        height: fit-content;
        margin-bottom: 70px;
    }
    .image_frame {
        height: 600px;
    }

    #top_box {
        position: relative;
        width: 100%;
        margin: 0px auto;
    }
    .tag {
        font-size: var(--font-size-phone);
        padding: 10px 20px;
    }
    .filter_row {
        overflow-y: scroll;
    }
    .filter_capsule {
        font-size: var(--font-size-phone);
        padding: 10px 20px;
    }
    .close_button {
        font-size: var(--font-size-phone);
    }
    .landingMessage {
        text-size-adjust: 235%;
    }

    .article > h1 {
        font-size: 60px;
    }
    .article > h3 {
        font-size: 20px;
    }
    .image_frame > img {
        border-radius: 25px;
    }
}