@import url('https://fonts.googleapis.com/css2?family=Vazirmatn&display=swap');
 @madia(max-weight:768px){

  body{
    background-color:light-gray;
  }
 }
body {
  font-family: 'Vazirmatn', sans-serif;
  background: linear-gradient(to bottom, #f2f2f2, #e0e0e0);
  color: #333131;
  direction: ltr;
  text-align: right;
  padding: 30px;
  line-height: 1.8;
}


header {
  background-color: #00897b;
  color: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

h1 {
  font-size: 2em;
  margin: 0 0 10px;
}

h2 {
  color: #00695c;
  margin-top: 30px;
}

section {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

ul {
  list-style-type: disc;
  padding-right: 20px;
}

footer {
  margin-top: 40px;
  text-align: center;
  font-size: 0.9em;
  color: #555;
}

a {
  color: #00897b;
  text-decoration: none;
}

a:hover {
  color: #004d40;
  text-decoration:underline;
  transition: 0.3s;
}
.skill{
  text-align: center;
  font-size: 35px;
}
li{text-align: left;}
.welcome{
  color: #e0e0e0;
}