:root {
    --color-primary: hsl(225, 70%, 54%);
    --form-bg: hsl(13, 58%, 95%);
}
.my_image_form img {
    max-width: 200px !important;
    max-height: 200px !important;
    margin-right: 10px !important;
}
.my_image_hidden {
    display: none;
}