figure{
    align-self: stretch;
}
figure img {
    width: 100%;
}
figure figcaption a {
    color: inherit;
}
form {
    display: flex;
    flex-direction: column;
}
input[type="file"] {
    width: 100%;
}
form * {
    margin-top: 5px;
    margin-bottom: 5px;
}