html, body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.content .visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Separate rule for compatibility, :focus-within is required on modern Firefox and Chrome */
.content input.visually-hidden:focus + label {
  outline: thin dotted;
}
.content input.visually-hidden:focus-within + label {
  outline: thin dotted;
}

.content .label{
  text-decoration: underline;

}

.content .dims {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.content .dims div {
  margin: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 250px;
}
.content .dims input[type="text"] {
  width: 120px;
}
.content .dims input[type="number"] {
  width: 120px;
  height: 30px;
}
.content .hidden {
  display: none;
}

.content .main-form {
  padding: 10px;
}
.content .pict {
  padding: 10px;
  /* max-width: 500px;
  max-height: 500px; */
}

.content .controls {
  padding: 20px;
}

.content .controls label {
  margin: 10px;
  color: grey;
}

.content .controls a {
  margin: 10px;
  color: grey;
}
.content .controls label {
  margin: 10px;
  color: grey;
}
