.btnModalClose {
  position: absolute;
  top: -5px;
  right: 10px;
  color: red;
  font-size: 40px;
  font-weight: bold;
}

.btnModalClose:hover,
.btnModalClose:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}