layout title nav_exclude permalink default 404 true /404.html Page not found. <style> .container { position: relative; width: 100%; height: 90vh; } .container img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: bottom left; } .err-text { position: absolute; top: 5%; right: 5%; transform: translateY(-50%); font-size: 5rem; color: #000; text-shadow: 2px 2px #fff; padding-left: 30px; line-height: 1; } </style>