.news-notification-window{box-sizing:border-box;background-color:#fff;height:12%;padding:5px;position:absolute;top:-15%;right:0;border:2px solid red!important}.news-notification-header{justify-content:space-between;width:100%;display:flex}.news-notification-header>span{border-bottom:1px solid #000;font-size:16px}.news-notification-header>button{color:#fff;background:red;border:1px solid #000;border-radius:10px}.news-notification-body{width:100%;margin-top:10px;display:flex}.news-notification-body>span:first-child{width:30%;font-weight:500}.news-notification-body>span:nth-child(2){white-space:nowrap;text-overflow:ellipsis;width:50%}
#error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:90vh;display:flex}#error-page>h1{margin:0;font-weight:500}#error-page>h2{margin:0;font-size:35px;font-weight:400}
