        /* h3 {
            color: rgba(200, 200, 200, .9);
        } */
        
        .news-year {
            color: gray;
            border-bottom: 2px gray solid;
            padding-top: 10px;
            background-color: black;
            opacity: .85;
            display: flex;
            flex-direction: row;
            justify-content: center;
            font-weight:bold;
        }
        
        .news-year .row1 {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .news-year .col {
            border-bottom: thin gray solid;
            margin: 5px;
        }
        
        .news-year .col:hover {
            border-bottom: thin darkorange solid;
            color: darkorange;
            cursor: pointer;
        }
