*{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.headline{
  color: #69758B;
  text-align: center;
  margin-top: 10px;
}

.round{
  width: 90px;
  height: 20px;
  border: 1px solid black;
  border-radius: 25%;
  margin-left: 250px;
}

.flex{
  display: flex;
}

.mt{
  margin-top: 50px
}

.number{
  display: flex;
  justify-content: center;
  align-items: center;
}

.line{
  width: 450px;
  height: 5px;
  border: 1px solid black;
  margin-top: 10px;
}

.space{
  margin-left: 370px;
}

.margin{
  margin-top: 10px;
}
