.hima-wrap {
  width: 90%;
  max-width: 500px;
  height: 500px;
  margin: 0 auto;
  background-color: #0072ff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hima-container {
  width: 200px;
  height: 200px;
  font-size: 2em;
  background-color: #f4f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
}