
html,
body {
  width: 100%;
  height: 100%;
}

.header-logo {
  margin-top: 20px;
  width: 80%;
  max-width: 350px;
}

.section-form {

  position: absolute;
  top: 200px;

  font-weight: bold;

  width: 100%;
  padding-left: 20px;
  padding-right: 20px;

}

.section-results {
  display: none;
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 75px;
  background-color: #fad000;
  text-align: center;
}

.section-submit {
  background-color: #242424;

  height: 100px;
  width: 100%;

  position: absolute;
  bottom: 0px;

  text-align: center;
}

.submit-button{
  width: 80%;
  height: 60px;

  border: none;
  border-radius: 50px;

  font-weight: bold;

  position: relative;
  top: 20px;

}
