@font-face {
    font-family: "DOS";
    src: url("https://archive445.net/fonts/Perfect DOS VGA 437 Win.ttf") format("truetype");
} body { 
      color: #d4d4e5; 
      background-color: black; 
      font-family: DOS;
} .img {
width:1000px;
} .click-zoom input[type=checkbox] {
  display: none
}

.click-zoom img {
  transition: transform 0.25s ease;
  cursor: zoom-in
}

.click-zoom input[type=checkbox]:checked~img {
  transform: scale(145%);
  cursor: zoom-out
}
