
  *{
      margin:0;
    }
    body{
      font-family: 'Spectral';
      font-size: 18px;
      background-color: rgb(11, 11, 26);
      color: aliceblue;
  
  }

  #section-1{
    display: flex;
    justify-content: space-between;
    padding: 3vh 8vw 0 8vw ;
}
  #logo-azha{
    height:20vh;
    padding-top: 15px;
  }
  @keyframes bounce {
    0%   { bottom: 0; text-shadow: 0 0 0px rgb(255, 255, 255);}
    50% { bottom: 50px; text-shadow: 0 0px 10px rgb(255, 255, 255);}
    100%   { bottom: 0; text-shadow: 0 0 0px rgb(255, 255, 255);}

}
  #port-folio a{
    font-size: 30px;
    font-family: 'Spectral';  
    padding: 30px;
     color: #ffffff;
    text-decoration: none;
    /* text-shadow: rgb(255, 255, 255) 0px 0 10px; */
    animation: bounce 2.5s ease-in-out infinite;
}
    .cursor{
      position:fixed;
      top:50%;
      left:50%;
      width:10px;
      height:10px;
      border-radius: 50%;
      background: #ffffff;
      opacity:0;
      transition: 0.1s ease-out;
      transform: translate(-50%,-50%);
      z-index:-100;
    }

    .text-links{
      color: #a3aec3;
      text-decoration: none ;
      transition: all 100ms;
    }
    .text-links:hover{
        text-decoration: underline;
        text-shadow: #ffffff8c 0px 0px 8px;
        transition: all 100ms;
    }  
    h1{
        font-family: 'Artifika';
        padding-left: 10vw;
        color: rgb(220, 220, 231);
        display: block;
        font-size: 28px;

    }

    main{
      display: flex;
      flex-direction: row;
    }
  
  .colonne-gauche{
  position: relative;
  width: 40vw;
  height: 100%;
  top: 0px;
  left: 0px;
  display: inline-block;
  }
  .informations{
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-top: 10vh;
    padding-left: 2vw;
  }
  .tags{
    font-family: 'Artifika';
    order: 1 ;
    color: rgb(220, 220, 231);
    font-weight: bolder;
    width: 15ch;
  }
  .texte{
    order: 2;
    /* text-indent: 10px;  */
    width: 65vw;
  }
    .colonne-droite{
     position: relative; 
     top: 0px;
     left: 5vw;
      width: 50vw;
      height: 100%;
      padding-bottom: 2vh;
      padding-right: 1vw;
      overflow-y: scroll visible;
      display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-gap: 1vw;
      align-items: center;
    }
    .image{
      position: relative;
      display: block;
      width: 100%;
      min-width: 20vw;
    }
  
  

    
    /*Shrinking for mobile*/
    @media (max-width: 850px) {
      body{
        font-size: 15px;
      }
    #section-1{
      height: 20vh;
      display: flex;
      justify-content: center;
      padding: 3vh 8vw 0 8vw ;
  }
  #logo-azha{
    height: 12vh;
  }
  #port-folio a{
    font-size: 20px;
    font-family: 'Spectral';  
    padding: 20px;
  }
  main{
    display: flex;
    flex-direction: column;
  }
  h1{
    font-family: 'Artifika';
    padding-left: 10vw;
    color: rgb(220, 220, 231);
    display: block;
    font-size: 23px;
    width: 90%;
    text-align: center;
}
.colonne-droite{
  position: relative; 
  top: 0px;
  left: 6vw;
   width: 90%;
   height: 100%;
   display: flex;
   flex-direction: column;
    row-gap: 2vh;
  
 }




 .colonne-gauche{
  position: relative;
  width: 90vw;
  height: 100%;
  left: 0px;
  display: inline-block;
  }
  .informations{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10vw;

  }
  .tags{
    font-family: 'Artifika';
    order: 1 ;
    color: rgb(220, 220, 231);
    font-weight: bolder;
    width: 15ch;
  }
  .texte{
    order: 2;
    /* text-indent: 10px;  */
    width: 80vw;
  }
}
  
  




    @font-face {
        font-family: 'Artifika';
        src: url('font/artifika/Artifika-Medium.woff2') format('woff2'),
            url('font/artifika/Artifika-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-SemiBoldItalic.woff2') format('woff2'),
            url('font/spectral/Spectral-SemiBoldItalic.woff') format('woff');
        font-weight: 600;
        font-style: italic;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-Bold.woff2') format('woff2'),
            url('font/spectral/Spectral-Bold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-BoldItalic.woff2') format('woff2'),
            url('font/spectral/Spectral-BoldItalic.woff') format('woff');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-Regular.woff2') format('woff2'),
            url('font/spectral/Spectral-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-ExtraLight.woff2') format('woff2'),
            url('font/spectral/Spectral-ExtraLight.woff') format('woff');
        font-weight: 200;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-Medium.woff2') format('woff2'),
            url('font/spectral/Spectral-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-ExtraLightItalic.woff2') format('woff2'),
            url('font/spectral/Spectral-ExtraLightItalic.woff') format('woff');
        font-weight: 200;
        font-style: italic;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-MediumItalic.woff2') format('woff2'),
            url('font/spectral/Spectral-MediumItalic.woff') format('woff');
        font-weight: 500;
        font-style: italic;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-LightItalic.woff2') format('woff2'),
            url('font/spectral/Spectral-LightItalic.woff') format('woff');
        font-weight: 300;
        font-style: italic;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-Light.woff2') format('woff2'),
            url('font/spectral/Spectral-Light.woff') format('woff');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-SemiBold.woff2') format('woff2'),
            url('font/spectral/Spectral-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('Spectral-ExtraBold.woff2') format('woff2'),
            url('Spectral-ExtraBold.woff') format('woff');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
      }
      
      @font-face {
        font-family: 'Spectral';
        src: url('font/spectral/Spectral-ExtraBoldItalic.woff2') format('woff2'),
            url('font/spectral/Spectral-ExtraBoldItalic.woff') format('woff');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
      }
     




  
    /* 
    
    
    
    
    STYLE FOR MOBILE 
    
    
    
    */
  
  
  
    /* @media (max-width:900px) {
    
      main{
        flex-direction: column;
      } 
    }*/