body {
    line-height: 1.42857143;
}

h2#renew-header {
    font-weight: 400;
    font-family: Canela, Georgia, serif;
    font-size: 2.2rem;
    line-height: 1.41;
}

#p2, #p23 {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the entire block (label + input) */
  margin: 20px auto;
  width: 100%;
}

#p2 .questionlabel, 
#p23 .questionlabel {
  width: 80%;
  max-width: 400px;
  text-align: left; /* Left-align the label text */
  margin-bottom: 5px;
}

#p2 input, 
#p23 input {
  width: 80%;
  max-width: 400px;
}

input[type="submit"] {
  background: #fff;
  background-color: #181C22;
  border: none;
  border-radius: 18px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin: 30px auto;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* text-shadow: none; */
  /* cursor: pointer; */  
  /* line-height: normal; */
}
