body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
p, h5 {
    margin: 0.5rem;
}
#weather-display{
display:none;
}
.weather-app {
    max-width: 414px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 40px 0;
    overflow: hidden;
    border-radius: 50px;
    background-image: linear-gradient(#ff5200,#ffaa17);
    box-shadow: 0.4px 0.3px 1.1px rgb(0 0 0 / 2%), 0.9px 0.7px 2.8px rgb(0 0 0 / 3%), 1.6px 1.3px 5.3px rgb(0 0 0 / 4%), 2.9px 2.2px 8.9px rgb(0 0 0 / 4%), 5.4px 4.2px 14.4px rgb(0 0 0 / 5%), 13px 10px 27px rgb(0 0 0 / 7%);
}
.bar {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}
.bar a {
    color: #fff;
    font-size: 20px;
}
.titlebar {
    line-height: 0.5rem;
    color: #fff;
}
.titlebar h4 {
    font-size: 35px;
    font-family:azo-sans-uber, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
   /* margin: 2rem;*/
    color: white;
    line-height:1.1;
}
.titlebar .description {
    text-transform: uppercase;
}

.temperature {
    background: rgb(206, 206, 206);
    border-radius: 500px;
    width: 200px;
    height: 200px;
    text-align: center;
    display: block;
    margin: auto;
    box-shadow: 0 30px 20px #1d1d1d36;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.temperature img {
    margin-bottom:-20px;
  display:unset;
}
.temperature p {
    font-size: 14px;
}
.temperature h2 {
    margin: 0;
    font-size: 60px;
    font-weight: 300;
}
.extra {
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding-bottom: 30px;
}
.extra .col .info{
    padding-bottom: 10px;
}
.dataweather {
    background: #fff;
    padding: 20px;
    border-radius: 50px;
    margin-top: 20px;
    display: block;
    height: 400px;
    font-size: 14px;
    position: relative;
}
.dataweather .table {
    display: flex;
    justify-content: space-around;
}
.dataweather .table .box {
    font-size: 14px;
    border:#D4D4D4 solid 1px;
    border-radius: 20px;
    padding: 5px;
    margin: 5px;
}
.dataweather .table div i {
    font-size:150%;
    color: #585858;
}
.dataweather .firm {
    padding-top: 20px;
    font-size: 12px;
}
.description {
    font-size: 20px;
    color: white;
    padding: 0 30px 0 30px;
  
@media only screen and (max-width: 480px) {

  .weather-app {
 max-width:100%;
  }
  @media only screen and (max-width: 1080px) {
  titlebar h4 {
    font-size: 30px;
}
 