#fw-section-custom-html-5d86e1f7-02e7-4079-aa69-511a4c542079 {
.announcement {
  font-size: 40px;           /* Large font size */
  font-weight: bold;         /* Bold text */
  color: #fff;               /* White text color */
  background-color: #ff5733; /* Eye-catching background color */
  padding: 20px;             /* Padding around the text */
  text-align: center;        /* Center the text */
  border-radius: 10px;       /* Rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow for depth */
}
}