@font-face {
  font-family: 'paykan';
  src: url('https://amir-ali.com/site/fonts/woff2/Paykan-Regular.woff2') format('woff2'),
       url('https://amir-ali.com/site/fonts/woff/Paykan-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}


html {
    text-align: center;
    background-color: #0B0F1A;
}


  
body {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: 'paykan', sans-serif;
}
.cont {
    height: 300px;
    width: 650px;
    background-color: #1A2238;
    border: solid;
    border-color: #9AA0A6;
    border-width: 2px;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
h1 {
    font-size: 50px;
    color: #EAEAEA;
}

ul {
    display: flex;
    flex-direction: row;
    color: #F5B841;
}

hr {
    color: #9AA0A6;
    border: solid;
    border-width: thin;
    width: -webkit-fill-available;
}
.main {
    width: 650px;
    background-color: #1A2238;
    border: solid;
    border-color: #9AA0A6;
    border-width: 2px;
    border-radius: 0px 0px 10px 10px;
    align-items: center;
    display: flex
;
    flex-direction: column;
    margin-top: 20px;
}
.main>h1 {
    color: #EAEAEA;
    font-size: 40px;
}
.nav>li {
    margin: -26px 20px 3px 20px;
}
p {
    font-size: 20px;
    text-align: right;
    padding: 10px 30px 10px 30px;
    font-weight: 400;
}
.auth {
    display: flex
;
    width: -webkit-fill-available;
    text-align: left;
    justify-content: flex-end;
    margin: 0px 0px 0px 50px;
    font-family: cursive;
    font-style: italic;
}

.main>h2
 {
    font-size: 30px;
    margin: -20 0 0 0;
}

.whole {


    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;


}

aside {
    width: 200px;
    margin: 0 20 0 20;
    background-color: #1A2238;
    border: solid;
    border-color: #9AA0A6;
    border-width: 2px;
    border-radius: 10px 10px 10px 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

h2, h3, p {

    color: #EAEAEA;
}

h4 {
    color: #9AA0A6;
}

.title {
    color: #FFC94A;
    color: #FFD700;
    text-shadow:
    0 0 8px #FFC94A,
    0 0 18px #FFC94A,
    0 0 40px #FF7A18;
  
 }
  
  .spoem{
    display: flex;
    gap: 20px;
  }
  
  .spoem h3:nth-child(2){
    transform: translateY(16px);
  }
  
  .spoem h3:nth-child(3){
    transform: translateY(32px);
  }
  
 .side img {

    width: 600px;
    border: solid;
    border-color: #9AA0A6;
    border-width: 0px;
    border-radius: 10px;
  }

  .ic {
width: 300px;

  }

  .hidden{
    display: none;
  }
  
  button{

    font-family: paykan;
    margin-bottom: 30px;
    background-color: #0B0F1A;
    border: 2px solid #9AA0A6;
    border-radius: 30px;
    color: EAEAEA;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    }
    
    
.bn {
width: 180px;

}

a {

color: #F5B841;

}
  
.links {

        display: flex;
        flex-direction: column;
        color: #F5B841;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
    
}

.links > li { 

    margin-bottom: 10px;
    text-align: right;
}

.download {

 
        color: #ffffff;
        text-decoration: none;

}