  .row
        {
            margin-left: 0px !important;
            margin-right: 0px !important;
        }
#article
        {
            text-align: center;
         background:white;
            color:black !important;
            margin-top:10px;
        }
        #newstitle
        {
                            color:black !important;
            margin-top:10px;
        }
        #newsdate
        {
            margin-top:-15px;
            color:black !important;
            line-height: 0px;
        }
         #nsum
        {
               position:relative;
      width:100%;
        left:0%;
            top:0%;
        }
    /***********/
    #but1
    {
    background:white;
    border:1px solid black;
    padding:18px;
    padding-left:55px;
    padding-right:55px;
    font-size:1.6em;
    font-weight:800;
    }
    #but1:hover
    {
      background:#e85e52;
      color:white;
      border:1px solid #e85e52;
    }