/*Super Important From Here*/


.blog-img {
    object-fit: cover;
    width: 100%;
}

.blog-t,
.blog-st,
.blog-p {
    width: 100%;
    margin: 0;
}

.blogRow div {
    align-content: center;
}

.add-element.hidden {
    z-index: -5;
    opacity: 0;

}

.add-element {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.inner {
    width: 100%;
    height: 100%;
}

.inner h1,
.inner h2 {
    color: white;
}

/*Super Important To Here*/

.form-control {
    border-radius: 4px;
}

.inner {
    border-radius: 4px;
    background-color: black;
}

.blog-t {
    /*Not Important*/
    font-weight: 400;
    letter-spacing: 3px;
}

.blog-st {
    /*Not Important*/
    font-weight: 400;
    letter-spacing: 1px;
}

.blog-p {
    /*Not Important*/
    font-weight: 400;
}

.blog-img {
    border-radius: 6px !important;
}

