body,
html {
  padding: 0px;
  margin: 0px;
  background: rgb(230, 229, 229);
}

header {
  text-align: center;
  padding: 10px;
}
header a {
  text-decoration: none;
  color: black;
  font-size: 40px;
}
form {
  font-size: 25px;
  padding: 45px;
}
.meh {
  line-height: 40px;
}
.reverse {
  display: flex;
  flex-direction: row-reverse;
}
#box {
  height: 170px;
  width: 570px;
}
.line {
  height: 2px;
  width: 100;
  background-color: rgb(82, 82, 82);
}
.bee {
  text-align: center;
}
.nene {
  display: flex;
  justify-content: space-evenly;
  margin: 20px;
  height: 60px;
}
#name,
#email {
  font-size: 20px;
  width: 400px;
}
#button {
  margin: 35px;
}
.fill-red {
  fill: yellow;
}

.fill-none {
  fill: none;
}
