form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #ffffff; 
}

input {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

button {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background-color: #008CBA;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
form {
  font-family: Arial, sans-serif;  /* Set the font family for all text */
  font-size: 16px;  /* Set the font size for all text */
  color: #ffffff;  /* Set the text color for all text */
}
