Bize Ulaşın - Contact Us
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.container {
max-width: 1000px;
padding: 20px;
background-color: white;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
img.banner {
width: 100%;
height: auto;
max-width: 500px;
margin-bottom: 20px;
}
h2, h3 {
color: #333;
}
.social-icons {
list-style-type: none;
padding: 0;
margin: 20px 0;
display: flex;
justify-content: center;
gap: 20px;
}
.social-icons li {
display: inline-block;
}
.social-icons a img {
width: auto;
height: auto;
object-fit: contain;
max-width: 40px;
max-height: 40px;
}
.contact-info p {
font-size: 16px;
color: #555;
}