* {
  margin: 0;
  padding: 0;
}
body {
  background: rgb(112, 164, 107);
  text-align: center;
  /* align-items: center; */
}
.heading {
  margin-top: 10%;
}
.formstyle {
  display: flex;
  padding: 1%;
  text-align: center;
  justify-content: center;
}
form {
  width: 21%;
  padding: 1%;
  border-radius: 1rem;
  box-shadow: 0px 13px 0px #423f3f, 40px 15px 5px 5px rgb(52, 51, 51);
  overflow: hidden;
  text-align: center;
  align-items: center;
  background-color: #535050;
}
.forms {
  border-radius: 1rem;
  text-align: center;
  align-items: center;
  padding: 1%;
  justify-content: center;
  background-color: #535050;
}
.inputdata {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
#answerstyle {
  border: none;
  border-radius: 15px;
  background-color: rgb(173, 212, 201);
  box-shadow: inset 0px -4px 0px 0px rgb(161, 186, 179),
    0px -4px 0px 0px rgb(161, 186, 179), 1px 2px 1px 3px rgba(68, 61, 61, 0.425);
  height: 1.5em;
  width: 8em;
  padding: 1%;
  font-size: 35px;
  display: flex;
  margin-right: 5%;
}

.btns {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.btn {
  width: 3.5em;
  height: 3em;
  margin: 1%;
  font-weight: bolder;
  border-radius: 8px;
  border: white;
  background-color: white;
  box-shadow: 0px 3px 2px 0px rgba(11, 11, 11, 0.425),
    inset 0px -4px 0px 0px rgba(160, 157, 157, 0.425);
  cursor: pointer;
  font-size: 16px;
}
.clear {
  width: 45%;
  height: 3em;
  margin: 1%;
  font-weight: bolder;
  border-radius: 8px;
  border: none;
  background-color: white;
  box-shadow: 0px 3px 2px 0px rgba(11, 11, 11, 0.425),
    inset 0px -4px 0px 0px rgba(160, 157, 157, 0.425);
  cursor: pointer;
  font-size: 16px;
}
.btn:hover {
  background-color: rgb(211, 204, 204);
}
.clear:hover {
  background-color: rgb(211, 204, 204);
}
