html,
body {
    height: 100%;
    margin: 0;
}

body {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-image {
    display: none;
    width: 100vw;
    position: absolute;
    top: 0;
}

.status-image.is-active {
    display: block;
}

.data {
    display: none;
}
