p {
  color: #3366cc; /* Slightly darker, more professional blue */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* More modern sans-serif fallback */
  text-align: center;
  /* For single-line text, line-height still offers vertical centering */
  height: 100px;
  line-height: 100px; 
  border: 1px solid #6699ff; /* Thinner, slightly lighter blue border */
  border-radius: 5px; /* Rounded corners for a softer look */
  padding: 8px 15px; /* Increased padding for better visual spacing */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}