.not-found-page {
    text-align: center;
    padding: 5rem 0;
}

.fuzzy-text-404 {
    font-size: 10rem;
    font-weight: bold;
    color: var(--text-color);
    position: relative;
    display: inline-block;
}

html {
    height: 100%;
}

.not-found-content-wrapper {
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.fuzzy-line {
    margin: 0;
    padding: 0;
}

/* Smaller size for error page */
.fuzzy-small {
    width: 100%;
    max-width: 600px;
    margin-bottom: 10px;
}

.subtext {
    margin-top: 15px;
    font-size: 1.1rem;
}

a {
    color: #4cb2ff;
    text-decoration: none;
}