#container-404-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

#container-404-page h1 {
    font-size: 120px;
    font-weight: 500;
    letter-spacing: 5px;
}

#container-404-page .col-md-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center;
}