/* Global Reset */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333333;
background-color: #f5f5f5;
}

h1, h2, h3 {
  color: #005bbb;
}


/* Sections */
section {
  padding: 2rem;
}

/* Buttons */
button {
  background-color: #cc0000;
  color: white;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Form Inputs */
input, textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Centered text blocks */
.centered {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
