#notfound {
    position: relative;
    width: 90%;
    max-width: 30rem;
    margin: 5% auto 0;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

.tier {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    height: 40%;
    pointer-events: none;
}

.tier img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


#notfound a {
    color: #2F54E6;
}

#notfound h1 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    line-height: 1.8rem;
}
