body {
  background-color: rgb(180, 234, 231);
}

form {
  padding: 50px;
  width: max-content;
  margin: auto;
}

div {
  margin-bottom: 10px;
}

label {
  display: inline-block;
  width: 250px;
  font-size: 20px;
}

input {
  height: 40px;
}

.gender {
  display: inline-block;
  width: 250px;
  font-size: 20px;
}

span ~ label {
  width: 100px;
  font-size: 16px;
}

.gender-item {
  width: 25px;
  height: 20px;
  position: relative;
  top: 4px;
}
label input {
  font-size: 16px;
}

label span {
  display: inline-block;
  width: 450px;
}
input#user-privacy {
  height: 15px;
}

button {
  width: 200px;
  height: 50px;
  background-color: #1fcfbd;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: 2px solid white;
  margin-left: 20px;
}
