h1, h2, h3, h4 {
    font-family: 'Dancing Script', cursive;
}

body {
    background: url(../media/fuji.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.button {
    background-color: lightcoral;
    opacity: 100%;
}

.weatherIcon {
    /* float: left; */
    display: inline-block;
    max-height: 42px;
    max-width: 42px;
}

h2 {
    float: left;
}

#cityDiv {
    background: transparent;
}

.cityBtns {
    width: 100px;
}

#cityForm {
    margin-bottom: 20px;
}

.col-md {
    opacity: 100%;
    background-color: lightcoral;
    margin-right: 10px;
    border: 2px solid black;
}