.img {
    border: 1px solid white;
}

.max-width-720 {
    max-width: 720px;
}

.bottom-textareas {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.grid {
    transition: opacity 0.3s ease;
}

.img-cut-button {
    cursor: pointer;
}