.status1 {
  display:flex;
  position:absolute;
  justify-content:center;
  flex-direction:column;
  font-size:12px;
  font-family:"pixel2";
  background:rgba(255, 255, 255, 0.5);
  border: 2px solid #0b89b3;
  border-radius:10px;
  width:300px;
  height:100px;
  top:720px;
  right:30px;
  text-align:center;
}
.status1 h2 {
  font-family:"pixel2";
  color:#0b89b3;
  font-size:14px;
  padding:0;
}