* {
  margin: 0;
}

body {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background-color: #f9e0bb;
}

.card {
  box-shadow: 0 4px 8px 0 #884a39;
  /* transition: 0.3s; */
  border: 1px solid transparent;
  margin: 40px;
  border-radius: 10px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

header {
  background-color: #884a39;
  color: aliceblue;
  text-align: center;
  margin-top: 10px;
  margin-left: 30%;
  margin-right: 30%;
  border-radius: 10px;
}

.mp {
  margin: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraf {
  text-align: justify;
  padding-bottom: 20px;
}

.mt {
  margin-top: 10px;
}

.button-end {
  display: flex;
  justify-content: end;
}

button {
  height: 25px;
  width: 100px;
  margin-left: 4px;
  border: none;
  border-radius: 5px;
  background-color: #c38154;
  color: white;
}

h4 {
  color: #c38154;
  font-style: bold;
  padding-right: 2px;
}

.button-submit:hover {
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #c4723b;
}

.button-reset:hover {
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #c4723b;
}

button:active {
  transform: translateY(1px);
  background-color: #8d4c20;
}

.box {
  border: none;
  width: 100%;
  height: 80px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.box-end {
  border: 1px solid;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: large;
  border: 10px;
}

.explain {
  background-color: #c38154;
  color: whitesmoke;
  border-radius: 10px;
  padding: 10px 10px;
}

.rumus {
  font-size: large;
  margin-left: 12px;
}

h3 {
  text-align: end;
}

footer {
  margin: 40px 50px;
  justify-content: center;
  font-size: small;
}
