body{
    margin: 0;
    padding: 0;
    display: grid;
    height: 100vh;
    grid-template-rows: 400px 75px;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    font-family: sans-serif;
}
.location{
    display: flex;
    align-items: center;
    gap: .9em;
}
.degreeOrfahrenheight{
    display: flex;
    align-items: center;
    gap:.5em;
    cursor: pointer;
}
h2{
    font-size: 2.5em;
}
.temperature{
    display: flex;
    flex-direction: column;
    align-items: center;
}
p{
    position: fixed;
    top: 5em;
    font-size: 1.4em;
    background-color: rgb(180, 6, 6);;
    border-radius: 5px;
    padding: 3px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
span{
    font-weight: bolder;
    color: rgb(180, 6, 6);
}
.iconurl{
    height: 59px;
    width: 55px;
    color: aliceblue;
}
