body {
  overflow-y: hidden;
  font-family: "Poppins", sans-serif;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  max-height: 100vh;

}

.content {
  text-align: center;
  margin: 10px;
}

h1 {
  font-size: 5em;
  font-weight: 800;
  margin-bottom: 0.25em;
}

h3 {
  margin: auto;
  width: 400px;;
  font-weight: 100;
  margin-bottom: 0.5em;
  color: gray;
}

input[type=text],
select {
  width: 240px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  background-color: #0171d3;
  color: white;
  padding: 12px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
