/* style.css */
a:link    { color: black; }
a:visited { color: black; }
a:hover   { color: black; }    /* Must come AFTER link and visited */
a:active  { color: black; } /* Must come AFTER hover */

img {
  width: 200px;
  height: 200px;
  object-fit: cover; /* Crops the image to fill the box cleanly without stretching */
}
/* body {
  color: #FFFFFF; 
} */

/* .hero-section {
    background-image: url('../img/pexels-bingqian-li-230971044-34178423.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; 
} */