.status {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    border-radius: 8px;
    padding: 3px 0;
}

#st1 {
    background-color: rgb(250, 44, 44);
}

#st2 {
    background-color: #3cd142;
}

#st3 {
    background-color: #2196f3;
}

.subtitle {
    justify-content: space-between;
    align-items: baseline;
}