.body {
    background-color: #0f172a;
}

.timeline {
  border-left: 1px solid #3b82f6;
  position: relative;
  list-style: none;
  width: max-content;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}
.text {
    color: #f1f5f9;
}
.date {
  color: rgba(241, 245, 249, 0.8);
}
.bliz-spin {
    position: absolute;
    bottom: -15px;
    left: -49px;
    width: 11px;
    height: 11px;
}
.timeline .timeline-item:after {
    background-color: #3b82f6;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.7);
    left: -38px;
    top: 82px;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
}
footer {
  position: fixed;
  text-align: center;
  align-items: center;
  width: 100%;
  bottom: 10px;
  color: white;
  font-size: 16px;
}