*{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    color: #FFF;
}

body{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #1f2421;
    width: 100%;
    height: 100%;
}

img{
    max-width: 255px;
    width: 100%;
    height: auto;
}

.main{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f2421c1;
    width: 35%;
    margin: 30vh auto 0 auto;
    padding: 25px;
    border-radius: 5%;
}

#app{
    text-align: center;
}

#app #location{
    font-size: 25px;
}

#app #temp{
    font-size: 4rem;
}

#app #city{
    font-size: 25px;
}


#temps{
    display: grid;
    grid-template-columns: 50% 50%;
    margin-top: 2%;
}

#temps #tempHigh{
    margin-left: 50%;
}

#temps #tempLow{
    margin-right: 50%;
}