.dash {
    height: calc(100vh - 170px);
    display: none;
    width: 100vw;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
}
.dash>div {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
    gap: 10px;
    border-radius: 20PX;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.275);
}
.dash>div>img {
    width: 170px;
}
.dash>div>div {
    font-size: 20px;
    font-weight: 600;
}
.dash>div>span {
    display: flex;
    width: 100%;
    color: grey;
}