#notifications_schedule {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 5vh;
}

#red_sign {
    background: rgba(255, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    padding: 15px;
    width: 230px;
    text-align: center;
    border-radius: 25px;
}

#content_notifications {
    width: 90%;
    max-width: 500px;
    text-align: justify;
    color: rgba(255, 0, 0, 0.7);
    font-weight: bold;
}

#logged_nothing {
    max-width: 300px;
    margin: 5vh auto;
}