@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;600&display=swap');

body {
  font-family: 'Vazirmatn', sans-serif;
  margin: 0;
  height: 100vh;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffe4b5 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
}

.container {
  padding: 40px;
}

.logo {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 28px;
  margin: 10px 0;
}

.subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.socials a {
  text-decoration: none;
  color: #3b3b3b;
  font-weight: 600;
  transition: color 0.3s ease;
}

.socials a:hover {
  color: #ff9800;
}
