
.container-404 {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.outer-404 {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 50px;
}

.inner-404 {
    margin: auto;
    text-align: center;
    width: 50%;
}

.buttons-404 {
    display: inline-flex;
    justify-content: space-between;
    gap: 10px;
}

.buttons-404 .btn-primary {
    align-items: center;
    display: flex;
    gap: 25px;
}

.buttons-404 .btn-primary svg {
    height: auto;
    width: 32px;
}

@media screen and (max-width: 900px) {

    .inner-404 {
        width: 100%;
    }

}
