.air {
    padding-top: 50px;
}

.airlight {
    padding-top: 25px;
}

.icon-green {
    color: green;
}

.icon-red {
    color: red;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}


/* Set the size of the div element that contains the map */

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}