@-webkit-keyframes common-animation {
    0% {
        background: #9D9D9D;
        -webkit-background-clip: text;
    }


    50% {
        background: #000000;
        -webkit-background-clip: text;
    }


    100% {
        background: #9D9D9D;
        -webkit-background-clip: text;
    }
}
#home{
width: 90% !important;
margin-top: 0 !Important;
}
#blogTitle  h1{
    font-size: 35px !important;
    font-wight: 800;
    font-family: fantasy;
}

h2{
padding: 5px;
}
.headermaintitle{
             background-image: -webkit-linear-gradient(left,#9D9D9D,#000000 25%,#4F4F4F 50%,#000000 75%,#9D9D9D 100%) !important;
            -webkit-text-fill-color: transparent !important;
            -webkit-animation: common-animation 2s infinite linear !important;
}
#sideBar{
font-size: 15px !important;
    font-family: cursive;
    font-weight: bold;
}