<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color:  transparent;
    /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

body {background-color:  bisque; margin: 0; overflow: hidden;}
#flexContainer { display: flex; background-color: #e9a423; align-items: center;
    padding-top: 10px; padding-bottom: 10px; width: 1200px;}
#msgDiv {flex-grow: 2; text-align: center; font-family: Arial, Roboto; 
    font-weight: bold; font-size: 30px;}
#btnDiv button {margin-right: 20px; border-radius: 15px; background-color: #861229;
    padding: 10px; }
#btnDiv {align-content: center;}
.skipTxt {
    color: #fafafa;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}

 /* ÑÑ‚Ð¸Ð»Ð¸ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° */
#uiContainer { width: 1200px; height: 625px; }
#modalWnd { position: absolute; display: flex; flex-direction: column; align-items: center;
    justify-content: space-between;
    align-content: space-between; width: 536px; height: 418px; left: 362px; top: 148px; 
    border-radius: 10px; background-color: rgba(241, 234, 234, 0.8);}
#yellowRect { width: 500px; height: 172px; margin-top: 44px; border-radius: 10px;
    border: 3px solid white; border-width: 3px; background-color: #fbedd2;}
#buttonsCont { width: 536px; margin-bottom: 30px; display: flex; flex-direction: row;
    justify-content: space-around;}
#tutorBtn {border-radius: 15px; background-color: #f8b927; padding: 10px;}
#retryBtn {border-radius: 15px; background-color: #861229; padding: 10px;}
#tutorSpan {
    color: #fafafa;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}
#retrySpan {
    color: #fafafa;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}
#msgP {
    
    text-align: center;
    color: #861229;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}
.uiContainer { width: 1200px; height: 625px; pointer-events: none;  }
.modalWnd { position: absolute; display: flex; flex-direction: column; align-items: center;
    justify-content: space-between; pointer-events: none; 
    align-content: space-between; width: 536px; height: 418px; left: 362px; top: 148px; 
    border-radius: 10px; background-color: rgba(241, 234, 234, 0.8);}
.yellowRect { width: 500px; height: 172px; margin-top: 44px; border-radius: 10px;
    border: 3px solid white; border-width: 3px; background-color: #fbedd2;}
.msgP {
    text-align: center;
    color: #861229;
    font-family: Arial, Roboto, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.buttonsCont { width: 536px; margin-bottom: 30px; display: flex; flex-direction: row;
    justify-content: space-around;}

*{
    touch-action: none;
}</pre></body></html>