#article_compress_img form {
    display: grid;
    justify-content: center;
    row-gap: 40px;
}

#article_compress_img form label {
    color: var(--my-font-color);
}

#article_compress_img form button {
    margin-bottom: 10px;
}

#upload_img label {
    cursor: pointer;
}

#upload_img a {
    width: 100% !important;
    font-size: var(--font-size-base);
    padding: 10px;
    box-sizing: border-box;
    background-color: transparent;
    color: var(--my-font-color);
    border: 1px solid var(--my-border-color);
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    width: fit-content;
}

#upload_img a:hover {
    cursor: pointer;
}

#upload_img .button_upload {
    font-weight: var(--font-weight-base);
}

#input_image {
    display: none;
}

#enter_quality input {
    margin-top: 5px;
    display: block;
}

#out_format_input {
    display: block;
    margin-top: 5px;
}