@charset "utf-8";html {height: 100%;}body {margin: 0px;height: 100%;display: flex;flex-direction: row;font-family: 'Roboto', sans-serif;user-select: none;}a,a:active,a:focus {color: #fff;}#error-space {position: relative;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: row;background: linear-gradient(135deg, #a7cee0 50%, #d0dea7);}#error-circle-org {width: 300px;height: 300px;border-radius: 50%;margin-top: -230px;margin-right: -180px;background: linear-gradient(135deg, #ffb566, #ff6677);}#error-circle-blue {width: 175px;height: 175px;border-radius: 50%;margin-top: 225px;margin-left: -90px;background: linear-gradient(135deg, #de82ca, #259fac);}#error-notice {width: 420px;height: 260px;display: flex;align-items: center;justify-content: center;text-align: center;background-color: rgba(255, 255, 255, 0.25);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);border: 1px solid rgba(255, 255, 255, 0.18);box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;-webkit-box-shadow: rgba(142, 142, 142, 0.19) 0px 6px 15px 0px;border-radius: 9px;-webkit-border-radius: 9px;color: rgba(255, 255, 255, 0.75);}#error-notice h1 {color: #fff;margin: 0;line-height: 1;text-align: center;font-size: 124px;font-family: Arial;transition: none;text-shadow: 0 1px 0 hsl(174, 5%, 80%), 0 2px 0 hsl(174, 5%, 75%), 0 3px 0 hsl(174, 5%, 70%), 0 4px 0 hsl(174, 5%, 66%), 0 5px 0 hsl(174, 5%, 64%), 0 6px 0 hsl(174, 5%, 62%), 0 7px 0 hsl(174, 5%, 61%), 0 8px 0 hsl(174, 5%, 60%), 0 0 5px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .2), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .3);}.error-back {margin-top: 15px;display: block;color: #fff;font-size: 28px;font-weight: bold;text-decoration: none;transition: .3s;text-shadow: 0 1px 0 hsl(174, 5%, 80%), 0 2px 0 hsl(174, 5%, 75%), 0 3px 0 hsl(174, 5%, 70%), 0 4px 0 hsl(174, 5%, 66%), 0 5px 0 hsl(174, 5%, 64%), 0 6px 0 hsl(174, 5%, 62%), 0 7px 0 hsl(174, 5%, 61%), 0 8px 0 hsl(174, 5%, 60%), 0 0 5px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .2), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .2), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .3);}.error-back:hover {letter-spacing: 4px;}