
.not-found {
    display: flex;
    justify-content: center;
}

.not-found>.container 
{
    width: 1440px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.not-found h1{
    font-family: var(--font-family);
        font-weight: 700;
        font-size: 56px;
        text-align: center;
        color: #000;
}

.not-found p {
font-family: var(--font-family);
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #000;
}

.btn {font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #1ba59c;}