body {
    box-sizing: border-box;
    margin: 0;
    overflow-y: hidden;
}

body img {
    object-fit: cover;
}

.newUi-404_title {
    font-size: 50px;
    font-weight: 500;
    line-height: 61px;
    letter-spacing: 0em;
    color: rgba(51, 51, 51, 1);
    max-width: 500px
}

.newUi-404_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: rgba(51, 51, 51, 1);
    max-width: 460px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.newUi-404_outerDiv img {
    width: 100%;
    height: 100%;
    max-height: 1285px;
}

.newUi-404_outerDiv {
    padding: 0;
}

.newUi-404_textBox {
    width: 100%;
    max-width: 500px;
    margin-left: 150px;
}

.newUi-404_homeButton {
    background-color: rgba(2, 111, 160, 1);
    border-radius: 30px;
    padding: 8px 20px;
}

.newUi-404_homeButton:hover {
    color: #fff;
    background-color: rgba(2, 111, 160, 1);
}

@media screen and (max-width: 576px) {
    .newUi-404_textBox {
        width: 100%;
        max-width: 500px;
        margin-left: 0;
    }

    .new404-container {
        min-height: 100vh;
    }
}
