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

body {
  background-color: rgba(27, 26, 26, 0.877);
  color: white;
}

main {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
section {
  border: 1px solid rgba(117, 113, 113, 0.384);
  width: 600px;
  height: 400px;
  border-radius: 4px;
}

/* #info {
  background-color: greenyellow;
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: black;
  border-radius: 5px;
} */

input {
  margin-top: 10px;
  width: 75%;
  height: 28px;
  border-radius: 4px;
}

form {
  margin-top: 20px;
}

label {
  margin-bottom: 10px;
}

.teste {
  margin: 20px;
}
