body {
  font-family: "Poppins", sans-serif;
}

.btn {
  background-color: #ff9a3f;
  color: #fff;
  font-size: 14px;
  width: 100%;
  transition: all 0.4s;
  padding: 10px;
  height: 2.5rem;
  min-height: 2.5rem;
}

.btn:hover {
  background-color: #1e2a33;
  transition: all 0.5s;
}
