.title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: #0080ff;
}

.title p{
  color: white;
  font-weight:bold;
}

.form {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction : column;
}

.form p{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.form p label{
  margin: 0 4px 0 0;
}
