* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f5f5f5;
  margin: 0;
}

.coming-soon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.coming-soon-image {
  max-width: 100%;
  width: 700px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}