#title {
  font-size: 5em;
  font-weight: bold;
  line-height: 1;
  background: url(title.png) center/cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: block;
  width: max-content;
  margin: 0 auto;
}
.center {
    text-align: center;
}
.list-item {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    width: calc(100% - 30px);
    display: flex;  
}
.distance {
  margin: auto;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}