body {
    max-width: 1440px;
    margin: 0 auto;
    background-color: black;
    font-family: 'Share Tech', sans-serif;
}

.color0 {
    background-color: #000000;
    color: white;
}

.color1 {
    background-color: black;
}

.red {
    color: lightcoral;

}

.blue {
    color: lightskyblue;
}

.white {
    color: white;
}

.color5 {
    border-radius: 12px;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

.color6 {
    color: white;
    background-color: rgba(66, 66, 66, 0.5);
    border-radius: 12px;
}

.faded {
    color: rgb(173, 173, 173);
}

#icon i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    /* prevent extra vertical spacing */
}

#weatherImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

#getWeather {
    border: 2px solid white;
    border-radius: 5px;
    background-color: white;
    color: black;
}

#getforecastbtn {
    border: 2px solid white;
    border-radius: 5px;
    background-color: black;
    color: white;
}

.temp {
    font-size: 3rem;
}