.sample_img {
  width: 80px;
  height: 80px;
}

.remove_sample {
  background-color: rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: black;
  border-radius: 50%;
  margin: -10px 0 0 -10px;
}
