.parent {
    display: grid;
    grid-template-columns: 1.5fr 5fr repeat(2, 1.5fr);
    grid-template-rows: repeat(3, auto) repeat(2, 5fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }
    
    .div1 { grid-area: 1 / 1 / 2 / 5; }
    .div2 { grid-area: 2 / 2 / 3 / 4; }
    .div3 { grid-area: 3 / 2 / 4 / 4; }
    .div4 { grid-area: 4 / 2 / 5 / 4; }

#buttons {
    justify-self: center;
    align-self: top;
    margin: none;
    padding: none;
    border: none;
}

#discord {
    justify-self: center;
    align-self: center;
}

#title {
    justify-self: center;
    align-self: center;
    margin: none;
    padding: none;
    border: none;
}

#blog {

    background-color: #00000090;
}

.dib-meta-text i {

    font-size: 22px;
}

.dib-meta-item.dib-meta-author {

    font-size: 22px;

}

.dib-meta-item.dib-meta-date {

    font-size: 22px;

}

.dib-meta-item.dib-meta-readtime {

    font-size: 22px;

}

.dib-meta-item.dib-meta-categories {

    font-size: 22px;

}

.dib-meta-item.dib-post-category-text {

    font-size: 22px;

}

.dib-meta-item.dib-post-date {

    font-size: 22px;

}

.dib-meta-item.dib-post-readtime {

    font-size: 22px;

}

.dib-post-content.dib-highlight p {

      font-size: 35px;

}

.dib-post-content.dib-highlight {

    font-size: 35px;

}

.dib-share-button.dib-share-facebook.dib-share-button-small {

     font-size: 1em;

}

.dib-share-button.dib-share-twitter.dib-share-button-small {

    font-size: 1em;

}

.dib-share-button.dib-share-email.dib-share-button-small {

    font-size: 1em;

}


li.dib-search-form form input{

    color: yellow;

}

form button svg{

    fill: yellow !important;
  
}

.dib-template.dib-post {

     padding-left: 40px;

}

.dib-sharing {

    font-size: 1em;

}

.dib-cat-menu li a {

    font-size: 2em;
}

.DiB-post-content {

    font-size: 2em;
}

.share-link {

    font-size: 1em;
}

a {

    font-family: "gloria hallelujah";
    color:#f1ef51 !important;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;

}

::placeholder {

    font-family: "gloria hallelujah";
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;

}

.element.style {

    font-family: "gloria hallelujah";
    font-size: 24px !important;
    color:#f1ef51 !important;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font-style: normal;

}

.dib-related .dib-related-post h2 a
