@charset "utf-8";

a {
  color: teal;
  /* text-decoration-line: line-through; */
}

p.sample1 {
  display: inline-block;

  border-bottom: 5px dotted yellow;
  padding-bottom: 8px;
}

span {
  cursor: pointer;
}
span:hover {
  opacity: 0.5;
}

div {
  width: 200px;
  height: 300px;
  border: 1px solid;
  background: pink;
  box-shadow: 10px 10px 15px;
}