.notfound_content {
    width: 100%;
    height: auto;
    margin-top: 110px;
}

.notfound_content {
    width: 100%;
    height: calc(100vh - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}