.bac-404{
    width: 100%;
}
.text-404 {
    color: #c50100;
    font-size: 400px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-box-404 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}
.text-p-404 {
    margin-top: -60px;
    text-align: center;
}
.text-f-404{
    margin-bottom: 50px;
}