

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.libertinus-mono-regular {
  font-family: "Libertinus Mono", monospace;
  font-weight: 400;
  font-style: normal;
}


body{
    width: 100%;
    position: relative;
    font-family: "Libertinus Mono", monospace;
}

::selection{
    background: #04151F;
    color: #fcf8ff;
}

.link{
    padding: 10px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: capitalize;
}

.link-item a{
    color: #331c49;
}
.link-item a:visited{
    color: #331c49;
}

.link-item a:hover{
    color: #b759f5;
}

.link-item a:active{
    color: #04151F;
}



.blog, .article{
    line-height: normal;
    display:table-row;
    margin-top: 10%;
    justify-content: center;
    text-align: left;
    width: 80%;
    height: 1vh;
       

}

.article, .title{
    min-height: auto;
    height: fit-content;
    padding: 0 10px;
    white-space: normal;
}

.published{
    margin: 20px 0 60px;
    padding: 0 10px;
    text-transform: capitalize;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
}

.published span{
    font-weight: 700;
    font-style: normal;
}

.article *{

    color: #2d2d2d;
    text-align: left;
    margin-left: 5vw;
    margin-right: 5vw;
    align-items: center;
    align-self: center;
    white-space: pre-wrap;
}

.pdf {
        width: 100%;
        aspect-ratio: 9/16;
    }

    .pdf,
    html,
    body {
        height: 100%;
        margin: 1;
        padding: 0;
}





.article-image{
    max-width: 100%;
    max-height: 400px;
    display: block;
    margin: 30px auto;
    object-fit: contain;
}


.banner{
    width: 100%;
    height: 400px;
    position: relative;
    background: #e7e7e7;
    background-size: cover;
    background-position: center;
}

.sub-heading{
    padding: 0 5vw;
    color: #2d2d2d;
    font-weight: 500;
    font-size: 40px;
    margin-top: 80px;
}


.navbar{
    width: 100%;
    height: 9vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0vw;
    background: #fcf8ff;
    z-index: 9;
}

.links-container{
    display: flex;
    padding-top: 2vw;
    list-style: none;
}

.link{
    padding: 10px;
    margin-left: 10px;
    text-decoration: none;
    text-transform: capitalize;
    color: #04151F;
}


