body{
    background-image: url("/res/bg2.jpg");
    background-size: cover;
}

header{
    background-color: #fbc6f11a;
    background-position: center;
    background-size: cover;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 0 5px #ccc;
    border-bottom: solid rgba(239, 97, 159, 0.663);
}

#ana-menu{
    background-color: #fbc6f121;
    border-bottom: solid rgba(239, 97, 159, 0.663); 
}

#ana-menu a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 10px;   
}

#ana-menu a:hover{
    background-color: rgba(239, 97, 159, 0.663);
}

#ana-menu ul{
    list-style: none;
}


.text1{
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    margin: 2rem 0;
}

.text1 h1{
    font-size: 3rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.text1 p{
    text-align: center;
    font-size: 1.2rem;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}


.kampanya-kart {
    background: linear-gradient(to bottom, #ffb6c1, #ff69b4);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card{
    background-color: #f9a1df00;
    box-shadow: 0 0 5px #b30255;
}

.card-title{
    background-color: rgba(239, 97, 159, 0.663);
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 5px rgb(122, 1, 53);
    position: absolute;
    left: 0px;
    padding: 10px;
}

footer{
    background-color: #fbc6f11a;
    background-position: center;
    background-size: cover;
    padding: 10px;
    margin-bottom: 10px;
  
    box-shadow: 0 0 5px #ccc;
    border-bottom: solid rgba(239, 97, 159, 0.663);
    border-top: solid rgba(239, 97, 159, 0.663);
}

footer img{
  max-width: 30px; /* Footer'ın genişliğine uyum sağlar */
  max-height: 100%; /* Footer yüksekliğini aşmaz */
  object-fit: contain; /* Resmi kırpmadan sığdırır */
}