

#console {
	height: 600px;
}

.content-info, .main-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
}

.content-info h2 {
  margin-bottom: 20px;
}

.content-info hr, .main-form hr {
  margin-top: 30px;
}

.row h3 {
  margin-bottom: 30px;
}