@import url('./font.css?m=1');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fafafa;
    font-family: 'UKIJ Tor';
}

.error {display: flex;position: fixed;left: 0;right: 0;bottom: 0;top: 0;width: 100%;flex-wrap: wrap;justify-content: center;align-items: center;}

.error .error-row {max-width: 320px;text-align: center;}

.error .error-row svg {width: 250px;}

.error .error-row h1 {width: 100%;display: block;padding-bottom: 30px;}

.error .error-row p {color: #999;margin-top: 30px;}