body {
    background-color: white;
}

.back-home-btn {
    margin-bottom: 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 6px 8px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-home-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.img {
    width: 90%;
    margin: 0 5%;
}