html {
  scroll-behavior: smooth;
}

.trendy-img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
}

.result-img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: auto;
}

.result {
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  margin: 15% auto;
  padding: 10px;
  width: 70%;
  height: auto;
}

.input-div {
  width: 50%;
}
