.dayimage {
  display:flex;
  position:absolute;
  justify-content:center;
  background-image: url("../Backgrounds/cloudback2.png");
  background-color: rgba(255, 255, 255, 0.4);
  width:200px;
  height:200px;
  top:1180px;
  border:2px solid rgba(255, 255, 255, 0.3);
  font-family:"pixel2";
  color:#0b89b3;
}
.boximg {
  display:flex;
  position:relative;
  justify-content:center;
  background-color: rgba(255, 255, 255, 0.1);
  width:150px;
  height:10px;
  top:10px;
  border-radius:5px;
  font-family:"pixel2";
  color:#0b89b3;
}
.boximg img {
  width:180px;
  height:180px;
  border-radius:5px
}