.my-law-phrase {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  min-width: fit-content;
  padding: 16px;

  font-size: 20px;
  line-height: 1.2;

  border: 4px solid #fcfcc7;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
