/* CSS files add styling rules to your content */

body {
  font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 2em;
}

h1 {
  font-style: italic;
  color: #373fff;
}

label {
  display: flex;
  width: 640px;
}
label > input {
  flex: 1;
  align-items: center;
}