.myAlert{
  min-height: 60px;
  max-height: 100%;
  width: 50%;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 20px;
  text-align: center;
  border-radius: 10px;
  z-index: 2000;
  opacity: 1;
  font-weight: bold;
  padding: 5px 10px;
  word-wrap: break-word;
  box-shadow: 5px 5px rgba(128,128,128,0.5);
  }