/* body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
} */

img.img-ic {
  width: 10em;
  height: 10em;
}

p.dat-itm {
  display: none;
}

button.btn-primary {
  padding: 1em 4em 1em 4em;
}

.btn-back {
  background-color: #c7992a;
  color: white;
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  outline: none;
  display: inline-block;
}

.btn-back:hover {
  background-color: #b38723;
}

.btn-back:focus {
  outline: none;
}

.body-error {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: black;
  color: white;
  justify-content: center;
  align-items: center;
}
