.not-found {
    align-items: center;
    background: radial-gradient(#421828, #141414);
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    justify-content: center;
    width: 100%
}

.not-found__action {
    color: #fff;
    font-weight: 600;
    margin-top: 42px
}

.not-found__action a {
    color: #fff;
    text-decoration: underline;
    text-underline-position: under
}

.not-found__action a:hover {
    color: #fb2777
}

.not-found__img {
    max-width: 300px;
    vertical-align: top
}

@media (min-width:768px) {
    .not-found__img {
        max-width: 344px
    }
}