#schedule {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    padding: 20px;
    max-width: 600px;
    margin-inline: auto;
}

#schedule p {
    font-size: 16px;
    color: #cecece;
    text-align: center;
    font-family: "Lato";
}
#schedule p span.time {
    font-family: "Lato";
    color: #cecece;
}
#schedule p span.hour {
    font-weight: 500;
    color: #ebebeb;
}
#schedule p span.dahs {
    font-weight: 500;
    color: #ebebeb;

}