   /* ---- particles.js container ---- */
   
   #particles-js{
     width: 100%;
     height: 100%;
     background-color: #ffffff;
     background-image: url('');
     background-size: cover;
     background-position: 50% 50%;
     background-repeat: no-repeat;
   }


canvas {
    display: block;
  }
  
  #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .image {
    border-radius: 50%; 
    height: 280px;
    width: 280px;
    padding: 10%;
    object-fit: cover;   
  }

  .header1 {
    font-family: 'Righteous', cursive;
    font-size: 6vw;
  }
  
  .header2 {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 1.4vw;
  }
  
  .header3 {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 2.2vw;
  }

  .header4 {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 1.2vw;
    color: #580045;
  }
  
  .link {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 2.8vw;
    color: inherit;
    margin: 0px 5px 0px 5px;
    transition: 0.5s;
  }
  
  .l1:hover {
    color: #1c62bd;
  }

  .l2:hover {
    color: #aa17ff;
  }

  .l3:hover {
    color: #b66100;
  }

  .l4:hover {
    color: #015e3a;
  }

  .l5:hover {
    color: #8b8d00;
  }

   .l6:hover {
      color : red ;
   }
  
  @media screen and (max-width: 785px) {
    .header1 {
      font-size: 8.5vw;
    }
    .header4{
      font-size: 6.5vw;
    }
    .header3{
      font-size: 6.5vw;
    }
    .link {
      font-size: 4.5vw;
    }
  }
  
  @media screen and (max-width: 769px) {
    body {
      text-align: center;
    }
    .header1 {
      font-size: 10vw;
    }
    .header2 {
      font-size: 3vw;
    }
    .header4 {
      font-size: 3vw;
    }
    .link1 {
      font-size: 5.5vw;
    }
     .image{
        height : 160px ;
        width : 160px ;
        padding: 5%;
     }
  }
  
@media screen and (min-width: 1260px and max-width : 1389px ){
    .image{
      width: 200px;
      height : 200px ;
       padding: 7.5%;
    }
  }  
        
@media screen and (min-width: 770px and max-width : 1259px ){
    .image{
      width: 150px;
      height : 150px ;
       padding: 6%;
    }
  }
  

  @media screen and (min-width: 1390px) {
    .header2 {
      font-size: 1.2vw;
    }
    .image{
      width: 320px;
      height : 320px;
    }
  }
