body,html{height:100%;margin:0}.court_not_found_page{width:100%;height:100vh;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.not-found-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:-1}.not-found-content{text-align:center;color:white;font-size:60%;font-weight:700;position:relative;z-index:1;background:rgba(0,0,0,.6);padding:20px;border-radius:var(--radius-md)}.not-found-content h1{color:white}.not-found-content button{margin-top:20px;padding:12px 24px;font-size:1rem;border:none;background:#000000;color:white;cursor:pointer;border-radius:5px;transition:background .3s ease}.not-found-content button:hover{background:#000000}