@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.notes {
    display: none;
}

* {
    font-family: "Nunito", sans-serif !important;
}

.photo__container {
    height: 50vh;
    overflow: scroll;
}