body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial;
  background: #fff; /* Optional background to highlight the pattern */
}

#imageWrapper{
    background: url("bg.jpg") no-repeat;
    background-size: cover;
    width: 612px;
    height: 348px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


