section {
  display:flex;
  width: 100%;
  height:100vh;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 0.8rem;
}

button {
  margin:0.5rem 0;
}

input {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}