.ribbon-header {
  position: relative;
  background:#005288; /* Ribbon color */
  color: white;
  width: 100%;
  margin: 20px auto;
  padding: 30px 0;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
