body{
       text-align:right;
       direction:rtl;
       margin:0;
       margin-top:10px;
       
     }
   header input{
          border:solid 3px #333;
          border-radius:5px;
          padding:8px;
          width:83%;
     }
  header button{
         padding:8px;
         border:none;
         border-radius:5px;
         background-color:#333;
         color:white;
  }
  main nav{
          position:sticky;top:0px;left:0px;right:0px;
         font-size:18px;
         background-color:#444;
         height:40px;
         padding-right:40px;
         margin:0px;
  }
  .nav1{
         position:sticky;top:0px;left:400px;
  }
  .nav2{
         
         position:sticky;top:0px;right:105px;
  }
 .nav3{
        position:sticky;top:0px;right:170px;
 }
    nav a{
    color:#ffd700;
  }
   .section2{
          margin:8px;
          margin-top:90px;
          font-family:"changa";
   }
  .wepx{
         background-color:black; 
         text-align:center;
         color:#d4af37;
         font-family:"serif";
         border-radius:12px;
         
  }
  .des{
        text-align:center;
        background-color:#222;
        color:#ffd700;
        background-origin:content-box;
         border-radius:10px;
  }
  ul,ol{
         list-style-type:'»  ';
         background-color:#d3d3d3;
         border-radius:10px;
  }
  h2{
    text-decoration:underline;
  }
  h3{
         color:blue;
         font-family:serif;
         text-align:center;
  }
  p:has(.butto){
         
         background-color:#f3f3f3;
         border:3px solid #333;
         border-radius:13px;
  }
  p .butto{
         color:white;
         margin-right:60px;
         background-color:blue;
         padding-right:40px;
         padding-left:40px;
         border-radius:13px;
         
  }
  iframe{
     width:100%;
     height:250px;           
  }
  .afot{
         color:white;
  }
  footer{
         background-color:#111;
         color:#ffd700;
         text-align:center;
         position:relative;bottom:0px;left:0;right:0;
         padding:100px;
  }
  footer img{
         border-radius:15px;
         width:60px; 
         height:60px;
  }

