.offline { background: url('@/assets/llama-nightscape.jpg') no-repeat center; background-size: cover; height: 100vh; .offline-message { text-align: center; position: absolute; width: 100vw; bottom: 5vh; color: $white; padding: 0 1rem; h1 { font-weight: bold; font-size: 1.5rem; text-align: center; color: $white; font-weight: 700 !important; font-size: 1.5rem; } } }