/* set */
    html
    {
        scroll-behavior : smooth ;
        -webkit-text-size-adjust : 100% ;
    }

    body
    {
        text-align : center ;
        background-color : white ;
        margin : 0px ;
        padding : 0px ;
    }

/* page_set */
    div.page_set
    {
        background : white ;
        border-bottom : 5px solid black ;
        margin-top : 5px ;
        margin-bottom : 5px ;
    }

    a.page_set_scroll
    {
        position : fixed ;
        right : 25px ;
        bottom : 75px ;

        background : white ;
        color : black ;
        font-size : 50px ;
        line-height : 50px ;
        text-decoration : none ;

        padding : 20px ;
        border : solid 5px ;
        border-radius : 50% ;
    }

/* top_title */
    div.top_title
    {
        background : white ;
        margin-top : 5px ;
        margin-bottom : 5px ;
    }

    a.top_title
    {
        text-decoration : none ;
    }

    p.top_title
    {
        color : black ;
        font-size : 100px ;
        font-family : 'impact', 'haettenschweiler', 'arial narrow bold', 'sans-serif' ;
        margin-top : 5px ;
        margin-bottom : 5px ;
    }

/* top_text */
    div.top_text
    {
        background : white ;
        margin-top : 5px ;
        margin-bottom : 5px ;
    }

    p.top_text
    {
        color : purple ;
        font-size : 15px ;
        margin-top : 5px ;
        margin-bottom : 5px ;
    }

/* top_link */
    div.top_link
    {
        background : white ;
        border-bottom : 5px solid black ;
        margin-top : 5px ;
        margin-bottom : 5px ;
    }

    a.top_link
    {
        text-decoration : none ;
    }

    img.top_link
    {
        height : 80px ;
        width : 80px ;
        margin-top : 5px ;
    }

/* center_contents */
    div.center_contents
    {
        background : white ;
        margin-top : 5px ;
        margin-bottom : 5px ;
    }

    a.center_contents
    {
        text-decoration : none ;
    }

    img.center_contents
    {
        border-radius : 5% ;
        object-fit : cover ;
        height : 325px ;
        width : 325px ;
    }

    img.center_contents
    {
        filter : blur(3px) ;
        transform: translateZ(0);
    }

/* center_text */
    span.center_text_rank
    {
        border-radius : 5% ;
        position : absolute ;
        margin-left : -320px ;

        border-radius : 20% ;
        background : rgba(0, 0, 0, 0.500) ;
        color : white ;
        font-size : 20px ;
    }

/* center_tweet */
    a.center_tweet
    {
        text-decoration : none ;
    }

    img.center_tweet
    {
        height : 55px ;
        width : 55px ;

        position : absolute ;
        margin-left : -65px ;
        margin-top : 5px ;
    }

/* center_search */
    a.center_search
    {
        text-decoration : none ;
    }

    img.center_search
    {
        height : 55px ;
        width : 55px ;

        position : absolute ;
        margin-left : -65px ;
        margin-top : 5px ;
    }

/* center_post_plus */
    a.center_post_plus
    {
        text-decoration : none ;
    }

    img.center_post_plus
    {
        height : 55px ;
        width : 55px ;

        position : absolute ;
        margin-left : -125px ;
        margin-top : 265px ;
    }

/* center_post_minus */
    a.center_post_minus
    {
        text-decoration : none ;
    }

    img.center_post_minus
    {
        height : 55px ;
        width : 55px ;

        position : absolute ;
        margin-left : -65px ;
        margin-top : 265px ;
    }

/* appolo */
    .appollo_ads
    {
        height : 250px ;
        width : 300px ;
    }