.timeline-title {
    font-family: "Habibi", serif;
}

.section {
    width: 70vw;
    min-height: 100vh;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    flex-direction: column;
}

.icon {
    display: inline-block;
    overflow: hidden;
    padding: 0 7px;
}

.description {
    font-family: "Roboto";
    font-weight: 300;
    letter-spacing: 0.03em;
}

a {
    color: black;
    text-decoration: underline dashed gray;
}

.url {
    font-style: italic;
    font-size: 11px;
}

.url-app {
    font-size: 16px;
}

.description {
    font-size: 14px;
}


.timeline-title {
    margin-bottom: 0rem;

    .badge {
        padding: 4px 0px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: bold;
    }
}

.timeline-container {
    position: relative;
    margin-bottom: 2.5rem;
}

.timeline-authors {
    font-weight: 300;
    font-size: 11px;
    margin-top: 0;
}

.timeline-subtitle {
    font-weight: 300;
    margin-top: 16px;
    font-size: 11px;
}