<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height:100%;
    width:100%;
    margin:0;
}
.body-frame {
    height: inherit;
    width: inherit;
    background-image: url(../assets/frame/frameBorder.png); /* ÐŸÑƒÑ‚ÑŒ Ðº Ñ„Ð¾Ð½Ð¾Ð²Ð¾Ð¼Ñƒ Ñ€Ð¸ÑÑƒÐ½ÐºÑƒ */
    background-position: center; /* ÐŸÐ¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ðµ Ñ„Ð¾Ð½Ð° */
    background-repeat: no-repeat; /* ÐŸÐ¾Ð²Ñ‚Ð¾Ñ€ÐµÐ½Ð¸Ðµ */
    background-size: calc(1600 * (100vh / 1700));
}
.root {
    background-color: white;
    position: relative;
    display: block;
    margin: 0 auto;
    height: inherit;
    width: inherit;
    max-height: calc(2300 * (100vw / 1100));
    max-width: calc(1500 * (100vh / 1700));
}
.body-space {
    background-image: url(../assets/frame/frameBack.jpg);
}
.waiter {
    display: block;
    position: relative;
    width: 20%;
    margin: auto;
    top: 40%;
}</pre></body></html>