html {
    scroll-padding-top: 70px;
}
body {
    padding-top: 40px;
}
#map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
@media(min-width: 768px) {
    .news-input {
        width: 50%;
    }
}

.color1 {
    background-color: #f2f7ff
}
.color2 {
    background-color: #d9e8ff
}
.color3 {
    background-color: #bfd8ff
}
.color4 {
    background-color: #a6c9ff
}
.color5 {
    background-color: #1a76ff
}
.color6 {
    background-color: #005ce6
}
.color7 {
    background-color: #00378c
}

