#div {
    height: 220px;
    background-color: #F9F5FF;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.saved-post {
    margin-top: 170px !important;
    min-height: 15vh;
}

.card-body {
    padding: 5px 10px !important;
}

.font-style {
    font-family: 'Bw Modelica', sans-serif;
    font-style: normal;
    line-height: 24px;
}

.delete-btn {
    all: unset;
    color: #657CBD;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    bottom: 10px;
}
