/* Image format */
img {
  display: block;
  /* transition: transform 0.4s; */
}

/* image scaling */
/* .scale {
  overflow: hidden;
}
.scale:hover img {
  transform: scale(1.03);
} */

/* Setting the website background image */
.of_cov {
  object-fit: cover;
}