*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

form{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  gap: 12px;
}

section{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  width: fit-content;
  border-radius: 8px;
  background-color: black;
  justify-content: center;
}

section div{
  display: flex;
  align-items: center;
}

section div label{
  width: 100px;
  color: white;
  font-weight: bold;
}
