body {
    background-color: #000000;
}

.timeline {
    min-height: 200px;
    height: 20vh;
    border-top: 3px solid #29006a;
    border-bottom: 3px solid #280069;
    position: absolute;
    margin-top: 40vh;
    width: 6023px;
    box-shadow: 0px 0px 0px 1px #ffffff;
    background-color: rgba(0, 0, 0, 0);
}

.timeline-block {
    width: 1000px;
    height: 100%;
    display: inline-block;
    border-left-style: solid;
    border-left-width: 3px;
}

p {
    font-family: 'ABeeZee', sans-serif;
    color: #ffffff;
    font-size: 17px;
    position: absolute;
    text-align: center;
}

.pointing-line {
    width: 3px;
    background-color: #b9b9b9;
    position: absolute;
}

.when-holder {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    width: 200px;
    height: 200px;
}