@import url("https://fonts.googleapis.com/css?family=Noto+Sans+HK:400,700");

* {
    font-family: 'Noto Sans HK', sans-serif;
}

body::before {
    display: block;
    content: '';
    height: 60px;
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

@media(min-width: 758px) {
    .news-input {
        width: 50%;
    }
}