
        .fixedd{
            position: fixed;
        bottom: 0;
        left: 66.66%;
        }
        .comments {
            padding-bottom: 0;
        }
        @media all and (max-width: 738px) {
            .content h1 {
                font-size: 25px;
                text-align: center;
                line-height: 1.5;
            }
    }
    @media all and (max-width: 475px) {
            .content h1 {
                font-size: 20px;
            }
    }
    @media all and (max-width: 375px) {
        h2 {
            font-size: 20px;
        }
}