h1 {
    color: white;
    font-size: 16pt;
    font-weight: bold;
}

h2 {
    color: white;
    font-size: 10pt;
}

.instructions {
    margin-bottom: 20px;
}


.wait_scr_spinner_container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-align: center;
}

.wait_scr_spinner {
    width: 50px;
    height: 50px;
    background-image: url("/cyntian/css/spinner.gif");
    background-size: contain;
}