.note {
    padding: 25px;
    display: none;
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    transform: translate(15%, 10%); 
    width: 70%; /* Full width */
    height: 80%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: antiquewhite; /* Fallback color */
    /*background-color: rgba(f,f,f); /* Black w/ opacity */
}