body {
    text-align: center;
}

.status {
    font-size: 7vw;
}

#status-open {
    color: #77DD77;
}

#status-close {
    color: #FF6961;
}

#status-loading {
    color: #dba19e;
}