.signature-pad {
  width: 100%;
  height: 300px;
  background-color: white;
  border: 1px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.description {
  color: black;
}

