.schedule {
    margin-top: 10em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.the-schedule {
    font-size: 48px;
    margin-bottom: 3em;
}
.row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.time-circleLine-activity {
    display: flex;
    flex-direction: row;
    justify-content:baseline;
    align-items:flex-start;
}



.circle-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circle {
    width: 1em;
    height: 1em;
    border: 5px solid #ffed00;
    border-radius: 50%;
}

.line {
    width: 0;
    height: 2em;
    border: 2px solid #ffed00;
}

.time {
    display: flex;
    justify-content: center;
    min-width: 115px;
    font-size: 24px;
    padding-right: 2em;
    padding-top: 0;
    padding-bottom: 0;
}
.bg-yellow {
    background-color: #ffed00;
    color: black;
}

.activity {
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    width: 100%;
    font-size: 24px;
    padding-left: 4em;
}