
#divPersonalNote {
    position: absolute;
    top: 2.4vh; left: 80vw;
    height: 35px; width: 8em;
  
    background-origin: border-box;
    background-clip: padding-box, border-box;
  
  
    border: solid .3vmin transparent;
    border-radius: 30px;
    box-shadow: 2px 3px 2px 0px black, inset 1px 1px 1px white;
  
    display: none;
    font-family:  PlayfairDisplay, Times New Roman, radleyregular, Times, Georgia, serif;
    font-size: 18px;
    padding: 0 0 0 1vmin;
    overflow: scroll;
    transition-duration: 1.2s;
  }
  #pPersonalNote {
    color: white;
    mix-blend-mode: difference;
    isolation: isolate;
  }