html {
  background-color: whitesmoke;
  font-family: sans-serif;
}
fieldset {
  border: 2px solid;
  border-radius: 10px;
  width: fit-content;
  margin-bottom: 5px
}
h2 {
  margin: 0px;
}