body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 20px;
}

h1 {
  margin-bottom: 10px;
}

h3 {
  margin-top: 0;
  font-weight: 400;
}

main {
  margin-top: 50px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

input {
  margin-bottom: 40px;
  font-size: 18px;
}

.hello-my-name-is {
  width: 400px;
  text-align: center;
  border-radius: 10px;
  border-bottom: solid 10px red;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}

.hello-my-name-is .top {
  border-radius: 10px 10px 0 0;
  background: red;
  color: white;
  padding: 15px 0;
}

.hello-my-name-is .top span {
  display: block;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.hello-my-name-is .name-display {
  padding: 20px 0;
  font-size: 74px;
  color: black;
  text-align: center;
  word-wrap: break-word;
}
