.simple-weather {
  display: inline-flex;
  align-items: center;
  gap: 5px;
    font-family: "Inter", Sans-serif;
  color: #ffffff;
  font-size: 14px;
}

.sw-city {
  font-weight: 600;

}

.sw-temp {
  font-weight: 500;
}

.sw-icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-size: 43px;
    background-repeat: no-repeat;
    background-position: center;
}