body{
  background-color: black;
}

img {
    width: 10rem;
    height: auto;
}

h5{
  color: #fee600;
  font-weight: bold;
  font-size: 1rem;
}

.flagStatus {
  display: flex;
  height: 100vh;     
  position: absolute;
  top: 80px;
  left: 850px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}

.weatherForecast{
  width: 20%;
  height: 120px;
  padding: 1vh;
  position: absolute;
  top: 10px;
  left: 1150px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  color: #fee600;
  background-color: black;
  font-size: 8pt;
}