.material-icons {
    font-size: 150px;
}
.icon-success {
    color: #00dd36;
}
.icon-fail {
    color: #dd5347;
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.label_wrp {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.label {
    font-size: 30px;
    text-align: center;
}
.sub_label {
    font-size: 18px;
    color: #a3a3a3;
    text-align: center;
}