* {
  font-family: Inter, sans-serif;
}
.title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
}
.container {
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
.container div {
  display: flex;
}
.container div:nth-child(1) p {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}
.container div p {
  position: relative;
  border: 1px solid rgb(123, 122, 122);
  border-bottom: 0px solid rgb(123, 122, 122);
  margin: 0;
  font-size: 16px;
  padding: 6px 2px;
  cursor: default;
  text-align: center;
  width: 250px;
  min-width: 100px;
}
.container div:last-child p {
  border-bottom: 1px solid rgb(123, 122, 122);
}
.container div p:nth-child(1) {
  min-width: 41px;
  width: 41px;
}
