
h1 {
    text-align: center;
    padding: 60px 0 0 0;
}

.KSU_logo img{
    border-radius: 5px 5px 0 0;
}

.card {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
	
    /* 分別設置四個角的圓角半徑，調整這些值以達到你想要的效果 */
}

 .card img {
    width: 100%;
	height: 250px;
      border-radius: 10px 10px 0 0;
   /* 與父元素相同的圓角半徑 */
   transition: transform 0.3s ease-in-out;/*   Smooth transition */
}


  .card:hover img {
    transform: scale(1.2) translate(-3%, -10%) ; /* 放大並調整位置 */
  } 
  .log_Instagram{
    color: rgb(189, 50, 115);
  }
  
  footer{
    background-color: #cacaca;
    color: black;
    height: auto;
    font-size: 14px;
}
.arrow {
  font-size: 70px;
  font-weight: bold;
  color: #984B4B;
}
  
