@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;0,900;1,400&display=swap');

body {
    font-family: "Roboto Mono", monospace;
}
.note-img-holder {
display: flex;
justify-content: center;
}

.note-img-holder img {
width: 95vw;
border: 2px solid black;
}


.note-img-stack {
background-color: rgb(211, 211, 211);


}

.note-img-stack p {
margin-left: 3vw;
    font-family: 'Nunito Sans', sans-serif;
}