.timeline {
    display: flex;
    z-index: 1;
    background-color: white;
    flex-direction: column;
    align-items: center;
}

.timeline h1 {
    padding-top: 50px;
    margin-bottom: 60px;
    font-size: 48px;
    max-width: 1500px;
}

.timeline-image {
    justify-self: center;
    width: 100%;
    max-width: 1500px;
}

#home-button {
    color: #B8B8B8;
}

#aboutus-button {
    color: #fff;
}