.page__404{
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page__404--text p:nth-child(1){
    font-size: 6rem;
    font-weight: 800;
    color: var(--color-background-28);
}
.page__404--text p:nth-child(2){
    font-size: 1.5rem;
    color: var(--color-background-27);
    padding-bottom: 30px;
    font-weight: 600;
}
.page__404--text a{
     background: var(--color-background-29);
     color: var(--color-background-27);
     padding: 10px 20px;
     border-radius: 10px;
     font-weight: 600;
}