.notfound-full {
    min-height: 70vh;
}
.notfound {
    font-size: 15rem;
    color: var(--text-color-comm);
    display: flex;
    position: flex;
    flex-direction: column;
    align-items: center;
    top: 27%;
    left: 50%;
}
.notfound-text {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}
.notfound-return {
    font-size: 1.1rem;
    text-decoration: none;
    background: var(--color-main);
    padding: 1rem;
    color: var(--text-color-cats);
    border-radius: 6px;
    transition: background 0.2s ease 0s !important;
    position: flex;
    align-self: center;
}

.notfound-return:hover {
    background: var(--color-accent);
    color: var(--text-color-cats) !important;
}

.notfound-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: flex;
    left: 50%;
    top: 60%;
}