.error-div{ height: 85vh; width: 100vw; display: grid; align-content: center; justify-content: center; justify-items: center; align-items: center; } .top-fade { background: linear-gradient(rgba(11,11,12,1) 0%, rgba(11,11,12,0.9) 20%, rgba(0,0,0,0.1) 100%); } .error-button { text-decoration: none; } .error-message { text-align: center; } body { overflow-x: hidden; }