#post {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding: 10px
}

.social-icons i {
    padding: 15px;
}
.social-icons i:hover {
    cursor: pointer;
  background: linear-gradient(90deg, #EF35FF 0%, #2BA6FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
    font-weight: bold !important;
    font-size: 26px !important;
}
ul {
    list-style-type: disc !important;
}
.share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 6px;
}

.share span {
    color: gray;
    padding: 10px;
}

.social-icons {
    color: blueviolet !important;
}

.mr-1 {
    margin-right: 1%;
}

.mr-2 {
    margin-right: 2%;
}

.ml-2 {
    margin-left: 2%;
}

strong{
    font-weight:bold !important;
}
.fa-facebook,
.fa-pinterest,
.fa-instagram,
.fa-twitter {
    background: transparent;
    color: blueviolet;
    padding: 0px;
    height: 7px;
    text-decoration: none;
    text-align: none !important;
    width: 15px !important;
}

.ql-video { height: 50vh; }