@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body, html {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2c3e50; /* A deep blue for a professional look */
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  color: #ecf0f1; /* A light, clean color for contrast */
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}
