diff --git a/404.html b/404.html index ae585b6..a236a93 100644 --- a/404.html +++ b/404.html @@ -49,41 +49,57 @@ .black { background-color: black; } + + .frame { + position: absolute; + + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + + color: black; + }