main div.top_titlebox h2.news_detail_header{
    color: azure;
    font-family:        "Mochiy Pop One", sans-serif;
    text-align:         center;
    margin-top:         0 !important;
}

main div.shareButtons{
    display:            flex;
    justify-content:    right;
    margin-top:         0.5em;
}


main div.shareButtons input{
    display:            block;
    border-radius:      1.25em;
    height:             2.5em;
    border:             4px outset yellowgreen;
    background-color:   honeydew;
    color:              darkgreen;
    font-weight:        bold;
    transition:         0.1s;
    box-sizing:         border-box;
    cursor:             pointer;
}

main div.shareButtons input:hover{
    background-color:   mintcream;
    border:             4px outset greenyellow;
    color:              forestgreen;
    transition:         0.1s;
}

main div.shareButtons input:active{
    background-color:   rgb(229, 241, 229);
    border:             4px inset darkgreen;
    color:              yellowgreen;
    transition:         0.01s;
}