.hello {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}

.title {
  width:30%;
  margin: 0 auto;
}

.message {
  width:55%;
  margin: 0 auto;
}
