diff --git a/static/style.css b/static/style.css index 74a5636..23449cc 100644 --- a/static/style.css +++ b/static/style.css @@ -357,3 +357,12 @@ footer { color: var(--secondary-pastel); font-size: var(--size-xl); } + +.error_main { + align-content: center; + align-items: center; + display: flex; + flex-direction: column; + flex-wrap: wrap; + justify-content: center; +}