
.msgBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    background: rgb(174, 191, 247);
  }

  .msgBox p {
    line-height: 1.5;
    padding: 10px 20px;
    color: rgb(82, 62, 2);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }

  .msgBox button {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1rem;
    color: #aaa;
  }


