#div-not-found > div:nth-child(1) {
    font-size: 120px;
    font-weight: 700;
    text-align: center;
}

#div-not-found > div:nth-child(2) {
    font-size: 40px;
    text-align: center;
}

#div-not-found > div:nth-child(3) {
    text-align: center;
}

#div-not-found > div:nth-child(3) > button {
    border: none;
    height: 50px;
    width: 250px;
    font-size: 17px;
    color: var(--color-white);
    background-color: var(--color-red);
}