.container-404{
    background-image: url(../../img/K9_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-content{
    color: white;
}