@import url("form.css");
.box_gray {
  background: var(--colorLightGray);
  padding: var(--space4);
  border-radius: var(--radius); }
