#main_label{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 30px;
    font-weight: bold;
}
#main_label p{
    margin: 0;
}
#main_label.danger {
   color: red;
}
#sub_label{
    width: fit-content;
    position: absolute;
    left: 2%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
#sub_label p{
    margin: 5px;
}