body {
  padding: 2rem;
}
main {
  font-family: "Segoe UI", Arial, sans-serif;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#p1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin-top: 0;
}
h2 {
  margin-bottom: 0;
}
#p2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.flex {
  display: flex;
  align-items: center;
}
.flex label {
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.flex2 {
  display: flex;
  flex-direction: column;
}
.flex2 label {
  font-size: 1.4rem;
  font-weight: 400;
}
.flex2 input {
  width: 1rem;
  height: 1rem;
}
.flex2 input:hover {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.checkContainer {
  background-color: #de5cb8;
  color: white;
  border: 0.2rem solid black;
  height: 5rem;
  width: 20rem;
}
.container2 {
  margin-top: 6rem;
}
#myCheckbox {
  width: 1.5rem;
  height: 1.5rem;
}
