html,
body {
  margin: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.screw-image {
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}

.screw-image img {
  transition: 0.3s;
}

.screw-image:hover img {
  transform: scale(1.2);
}

#modal {
  padding: 0;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  max-width: 700px;
  width: 90%;
}

#modal img {
  user-select: none;
}

#modal-close-btn {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 5px;
}

.bg-orange {
  background-color: #ff8c00;
}

.text-orange {
  color: #ff8c00;
}
