header{
    margin:9px;
    border-top:none !important;
    background:#000000ab;
    border-radius:16px;
}
body{
    background:#151523;
    color:#ababab;
}
h1, h2, h3, h4, h5, h6{
    color:white;
}
.page-link{
    color:#eeeeee !important;
}
.site-title{
    color:white !important;
}
.post-header{
    background:none !important;
    border-bottom: solid black;
    border-radius:0px;
    padding-left:20px;
}
.home-flex{
    display:flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg,rgba(42, 123, 155, 1) 0%, rgba(0, 60, 128, 1) 50%, rgba(24, 19, 46, 0) 100%);
    padding-top:10px;
    padding-bottom:150px;
    margin-top:-40px;
    h1{
        font-weight:bold;
    }
}
.home-button-flex{
    display:flex;
    a{
        color:black;
        background:white;
        padding:6px;
        margin:8px;
        display:flex;
        border-radius:6px;
    }
    img{
        width:24px;
        margin-right:6px !important;
    }
}
.site-header {
    position:sticky !important;
    top:0px;
    backdrop-filter: blur(20px);
}
@media screen and (max-width: 600px){
    .site-nav{
        backdrop-filter: blur(20px);
        background:#000000ad;
    }
}
a:hover{
    color:#007fe1;
}
