        #blogTitle {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        #blogTitle h1, h2 {
            width: 100%;
        }

        #div_digg {
            border: 1px solid gainsboro;
            background-color: aliceblue;
            position: fixed;
            bottom: 0;
            right: 0;
        }