body {
  font-family: "Inter", "Helvetica", "Arial", sans-serif; /* Inter as primary font */
  background-color: #ffffff; /* White background */
  color: #ff0000; /* Swiss red for text */
  text-align: center;
  padding: 50px;
  margin: 0;
}

h1 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #ff0000; /* Swiss red for heading */
  font-weight: 700; /* Bold weight for headings */
}

p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #ff0000; /* Swiss red for paragraph */
  font-weight: 400; /* Regular weight for body text */
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 2px solid #ff0000; /* Swiss red border */
  background-color: #ffffff; /* White container background */
  border-radius: 10px;
}

.pi-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9em;
  color: black;
}

.pi-logo {
  height: 20px;
  width: auto;
}
