1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.ErrorContainer { display: flex; justify-content: center; align-items: center; flex-direction: column; height: 90dvh; color: white; font-family: "Kanit"; font-size: 20px; } .ErrorContainer button { border-radius: 5px; padding: 3px; font-family: "Lato"; border: 0; outline: 0; }