.box {
  width: fit-content;
  height: fit-content;
  padding: 20px;
  border: 5px solid #cd4d0f;
  margin: 15px;
  background-color: #fec551;
  font-family: sans-serif;
  color: #ffffff;
  }
  .tshd, .litc {
  display: inline-flex;
  flex-direction: column;
  column-gap:15px;
}