
.selected {
    filter: drop-shadow(1px 1px 20px rgb(162, 45, 145));
}

.outsideAppWindow { 
    border: solid; border-radius: 10px; background-color: #312f6c2b; backdrop-filter: blur(7px);
    padding: 10px; margin: 0px; width: fit-content; padding: 7px; flex-direction: column;
    position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%); display: none;
}

.insideAppWindow {
    border: solid; border-radius: 16px; text-align: justify;
    background-color:rgb(250, 242, 229); padding: 16px; 
    width: 850px;
    height: 300px;
    overflow-y: scroll;
}

.NotesDisplay {
    background-color:rgb(255, 248, 237); padding: 10px;
    height: 77px;
    border-radius: 5px;
}
