:root {
    --color-primary: hsl(14, 86%, 53%);
    --form-bg: hsl(30, 4%, 89%);
}
.my_image_form img {
    max-width: 200px !important;
    max-height: 200px !important;
    margin-right: 10px !important;
}
.my_image_hidden {
    display: none;
}