.flexbox {
    display: flex;
    align-items: center;
    justify-content: center;


  }
  
  body {
      background-color: black;
  }

.img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comingsoon-tag {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.76em;
    color: #E0E1E4;
}

