/* Just makin' it look nice. */

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
  
main {
  display: flex;
  overflow-x: hidden;
}

section {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

#question-name {
  display: flex;
}

#main-form {
  display: flex;
}

.primeiro-nome {
  background-color: #DDDDDD;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  border: 0;
  width: 30vw;
  padding: 0.75em 2em;
  margin: auto;
}

.answer {
  margin-top: 98px;
  display: flex;
  flex-direction: column;
}

.next-question {
  margin-top: 49px;
  display: flex;
}

.next-question button {
  width: 30vw;
  background-color: #00AAFF;
  border-radius: 15px;
  padding: 0.375em;
  border: 0;
  font-weight: 500;
  justify-content: center;
  margin: auto;
}


.conditional {
  margin: 1em 0 0.5em;
  border-top: 2px dotted #eee;
  padding-top: 1em;
  color: rgba(0,0,0,.7);
  font-size: 2em;
}

.conditional > .conditional {
  color: rgba(0,0,0,.5);
}

.intro {
  margin: auto;
}

label {
  text-align: left;
  vertical-align: middle;
  position: relative;
  font-size: 1.75rem;
}

footer {
  background-color: #DDDDDD;
  position: absolute;
  bottom: 0;
  height: 5vh;
  width: 100vw;
  display: flex;
}

footer div {
  height: 100%;
  margin: auto;
  display: flex;
}

footer div span {
  margin: auto;
}

footer div img {
  height: 50%;
  margin: auto;
  margin-left: 10px
}
