.Unavailable{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.Unavailable,.Unavailable__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Unavailable__inner{-webkit-animation-delay:1s;animation-delay:1s;width:100vw;height:100vh;width:600px;height:400px;border-radius:5px;background-color:#fff;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Unavailable__inner__header{padding-bottom:20px;text-align:center;font-size:40px;font-weight:700}.Unavailable__inner__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}