.cor-texto {
    color: rgb(79, 78, 78);
}

.div-nota {
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    gap: 10px;
}

.div-nota .img-div {
    background-color: rgb(79, 78, 78);
    width: 400px;
    height: 500px;
    padding: 10px;
    border-radius: 10px;
}

.div-nota .img-div img{
    width: 100%;
    height: 100%;
}

.fechar-nota {
    cursor: pointer;
}

.aparecer{
    display: flex;
}