.container-404 {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    z-index: 1;
    color: white;
}
.container-404__text {
    margin-top: 20px;
}
