body {
    background-color: #9ac2fc;
}
#background {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
}
h1 {
    display: inline-block;
    margin: 30px;
    color: #fff;
}
.my-navbar {
    margin-top: 20px;
    background-color: #0f2c4b;
    height: 100px;
}
.my-form {
    margin: 30px;
    color: #5f9ea0;
}
#weather {
    text-align: center;
}
.weather-box {
    height: 300px;
    width: 200px;
    border: solid 2px #5f9ea0;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
    margin: 20px 0;
}
p {
    margin-bottom: 2px;
    margin-top: 2px;
}
#map-canvas {
    width: 600px;
    height: 400px;
    margin: auto;
}
.low {
    font-size: 30px;
}
.high {
    font-size: 50px;
    font-weight: 800;
}