.message-div {
  background-color: white;
  border-radius: 10px;
  z-index: 3;
  position: fixed;
  top: 80px;
  margin: 0px 10%;
  width: 80%;
  height: 500px;
  text-align: center;
  justify-content: center;
  z-index: 4;
}

.message {
  color: black;
  font-style: normal;
  padding: 4px 30px;
  font-size: 14px;
  border-radius: 9px;
}

.ok-img {
  padding-top: 70px;
  width: 200px;
  height: 280px;
}

h3 {
  padding-top: 10px;
}

.ok-btn {
  border: none;
  background: black;
  color: white;
  position: relative;
  top: 90px;
  text-align: center;
  padding: 10px 80px;
  border-radius: 5px;
}

@media only screen and (max-width: 400px) {
  .message-div {
    margin: 0px 5%;
    width: 90%;
  }
}/*# sourceMappingURL=message.css.map */