body {
  font-family: Arial, sans-serif;
}

h1 {
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}

label {
  font-weight: bold;
  margin-bottom: 10px;
}

input[type="text"] {
  padding: 10px;
  font-size: 16px;
  width: 300px;
  margin-bottom: 20px;
}

button[type="submit"] {
  padding: 10px 20px;
  font-size: 16px;
  background-color: lightblue;
  border: none;
  color: white;
  cursor: pointer;
}

h2 {
  text-align: left;
  margin-left: 50px;
}

li {
  list-style-type: none;
  margin: 10px 0;
  padding: 10px;
  background-color: lightgray;
  width: 50%;
}
