.Newsletters img {
    width: 205px !important;
    height: 300px !important;
}
.Newsletters {
    text-align:center;
}
.newsletter_text a{
	color:#000080 !important;
	font-size:15px !important;
}
.button-container {
            display: flex !important;
            justify-content: center !important;  /* Center align horizontally */
            padding: 20px !important;
        }
.view-newsletter-button {
            background-color: #000080;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
            font-size: 16px;
        }
.view-newsletter-button:hover {
            background-color: #0000cd; /* Darker shade of blue on hover */
        }
        
        