#app {
    min-height: calc(100vh - 4.5rem);
}

.search_box input {
    padding-left: 1rem;
}

.unFound {
    width: 100%;
    margin-top: 2.6811rem;
}

.unFound>div:nth-child(1) {
    font-family: 'Roboto 600', sans-serif;
    text-align: center;
    color: #8E5909;
    margin-bottom: .736rem;
    line-height: 120%;
}

.unFound>div:nth-child(2) {
    font-family: 'Roboto 600', sans-serif;
    color: #424242;
    text-align: center;
    line-height: 140%;
}

.search_box {
    margin-bottom: 0;
}

/* part two */
.news_type {
    position: relative;
    width: 100%;
    padding: 0.94rem;
    margin: 0.5rem auto 0;
    height: 3.63rem;
    font-family: 'HarmonyOS Sans Condensed 500', sans-serif;
    font-size: 1.13rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #39BDF7;
}

.part-two .news_div {
    width: 20.63rem;
    border-radius: 0.63rem;
    box-sizing: border-box;
    border: 2.5px solid #39BDF7;
    padding: 0.76rem 0.69rem;
    display: grid;
    grid-template-columns: 6.18rem 1fr;
    gap: 0.74rem;
    margin: 0 auto 0.94rem;
}

.part-two .news_div .news_img {
    width: 6.18rem;
    height: 4.69rem;
    border-radius: 0.63rem;
}

.part-two .info {
    width: 100%;
}

.part-two .title {
    font-family: 'Roboto 500', sans-serif;
    font-size: 0.88rem;
    line-height: 140%;
    letter-spacing: normal;
    color: #0B0F2F;
    margin-bottom: 0.19rem;
}

.part-two .author {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.69rem;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #999999;
}