@import url("https://fonts.googleapis.com/css2?family=B612:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "B612", sans-serif;
}

body {
  display: flex;
  /* height: 100vh; */
  height: auto;
  overflow: auto;
  padding-top: 1rem;
  align-items: center;
  justify-content: center;
  background-color: #676767;
}

.mainContainer {
  width: 20rem;
  height: auto;
  border-radius: 1rem;
  background: #323232;
  overflow: auto;
}



.label {
  color: #e8e8e8;
  font-size: .95rem;

}

.cityDetails {
  color: #a4e3f9;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.windDetails {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  justify-content: space-around;
  font-size: 1.25rem;
}


.windDetails .winDir {
  display: flex;
  color: #b6f68d;
}



.windDetails .windSpeed {
  display: flex;
  color: #b6f68d;
}



.hisLos {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    justify-content: space-around;
    font-size: 1.25rem;
  }

  .hisLos .hiBox {
    display: flex;
    color: #b6f68d;
  }

  .hisLos .loBox {
    display: flex;
    color: #b6f68d;
  }

  .additionals {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    justify-content: space-around;
    font-size: 1.25rem;
  }

  .additionals .realFeel {
    display: flex;
    color: #b6f68d;
  }

  .additionals .uvBox {
    display: flex;
    color: #b6f68d;
  }

  .additionals .humidityBox {
    display: flex;
    color: #b6f68d;
  }


  .summaryBox {
    display: flex;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
    justify-content: space-around;
    font-size: 1rem;
    font-weight: semi-bold;
    letter-spacing: 1.1px;
    line-height: 150%;
    color: #a4e3f9;
    text-transform: uppercase;
  }



  .alerts {
    display: flex;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    height: auto;
    overflow: visible;
    text-align: center;
    justify-content: space-around;
    font-size: .85rem;
    color: #e8e8e8;
    text-transform: uppercase;
    overflow: auto;
  }