
/*
Theme Name: Guvenle Satin Alabilirsiniz
*/

body{
  margin:0;
  font-family: Arial, sans-serif;
  background:url('background.png') no-repeat center center fixed;
  background-size:cover;
}
.nav{
  display:flex; justify-content:space-between; align-items:center;
  padding:20px 40px; background:rgba(255,255,255,0.8); border-radius:20px; margin:20px;
}
.nav a{margin:0 15px; text-decoration:none; font-weight:bold; color:#333}
.container{
  max-width:900px; margin:40px auto; background:white; padding:25px; border-radius:20px;
  transform:scale(0.9);
}
.buttons{
  display:flex; justify-content:center; gap:20px; margin:40px;
}
.btn{
  padding:20px 40px; border-radius:15px; color:white; font-size:20px; text-decoration:none;
}
.insta{background:linear-gradient(45deg,#ff0066,#ff9900)}
.wp{background:#25D366}
@media(max-width:768px){
  .container{transform:scale(1); margin:20px}
  .buttons{flex-direction:column; align-items:center}
}
