html{ 
    background-color: black;
    scroll-behavior: smooth;
}
.button{
    background-color: #cc0000;
    color: white;
    font-size: 24px;
}
.navb{
    margin: 5px 20px;
    padding: 3px 10px;
    background-color: #242525;
    border-radius: 4px;
    color: rgb(175, 174, 174);
    font-size: 20px;
}
.navb:hover{
     background-color: #1c1c1c;
     color: #ffffff;
}
.text1{
    color: #ffffff;
    margin: 0px;
}
.name{
    color:#ff8400;
    font-weight: bold;
    font-size:42px;
}
.count{
    color: #ff8400;
    font-size: 60px;
}
.type{
    color: white;
}
#youtube:hover{
    color: white;
    background-color: rgb(0, 89, 255);
    border: 2px solid rgb(0, 89, 255);
}
#instagram:hover{
    color: rgb(255, 255, 255);
    background-color: #e81424;
    border: 2px solid #e81424;
}
#youtube{
    padding: 6px 22px;
    border: 2px solid rgb(0, 89, 255);
    color: rgb(0, 89, 255);
    background-color: transparent;
}
#instagram{
    padding: 6px 22px;
    border: 2px solid #e81424;
    color: #e81424;
    background-color: transparent;
}
.counts{
    color: white;
    font-size: 50px;
    text-align: center;
}
#email{
    padding: 6px 22px;
    border: 2px solid rgb(0, 89, 255);
    color: rgb(0, 89, 255);
    background-color: transparent;
}
#email:hover{
    color: white;
    background-color: rgb(0, 89, 255);
}
.devname{
    color: white;
}
.amitimg{
    height: 40px;
    width: 40px;
}
.btn {
    color: white;
    background-color: rgb(0, 0, 0); /* Blue background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 0px 0px; /* Some padding */
    margin: 10px 5px;
    font-size: 40px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
  }
  .btn:active{
      border: none;
  }
  @media only screen and (max-width:700px) and ( min-width:500px){
    .btn{
        font-size: 30px;
    }
}
  @media only screen and (max-width:500px){
      .btn{
          font-size: 25px;
          padding: 12px 8px;
          margin: 4px;
      }
      #gohome{
        position: fixed;
        right: 1px;
        bottom: 10px;
    }

  }
  .btnctnr{
    height: 100px; 
    width: 50%;
    margin: auto;
    margin-top: 40px;
    /* border: 2px solid rgb(255, 0, 0); */
    display: flex; /* Initialize the container as a flex box */
    
    /* Flex properties for a flex container */

    /* flex-direction: row; (Default value of flex-direction is row) */
    /* flex-direction: column;
    flex-direction: row-reverse;
    flex-direction: column-reverse; */
    

    flex-wrap: wrap;
    /* flex-wrap: wrap-reverse; */

    /* This is a shorthand for flex-direction: and flex-wrap: ;; */
    /* flex-flow: row-reverse wrap; */ 

    /* justify-content will justify the content in horizontal direction */
     justify-content: center;
    /* justify-content: space-between; */
    /* justify-content: space-evenly; */
    justify-content: space-around;

    /* justify-content will justify the content in vertical direction */
    /* align-items: center; */
    /* align-items: flex-end; */
    /* align-items: flex-start; */
    /* align-items: stretch; */ 
}

#emailid{
    color: #ff8400;
    text-align: center;
    font-size: 26px;
}
@media only screen and (max-width:700px){
    #emailid{
        color: #ff8400;
        text-align: center;
        font-size: 20px;
    }
    
}
#copyr{
    color:rgb(77, 77, 78);
    text-align: center;
    font-size: 20px;
}
#gohome{
    position: fixed;
    right: 80px;
    bottom: 135px;
    height: 30px;
    width: 30px;
    background-color: transparent;
    /* border: 2px solid red; */
}
.get{
    margin-bottom: 30px;
    box-sizing: unset;
}
.sec1{
    display: flex;
    width: 80%;
    color:#ff8400;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    padding: 5px auto;
    margin: 20px auto;
    
    text-align: center;
    font-weight: bold;
}
.imground{
    border: 1px solid black;
    border-radius: 200px;
    margin-bottom: 90px;
    align-items: center;
    justify-content: center;
}
.linectnr{
    display: flex;
    width: 50%;
    color: white;
    margin: auto;
    background-color: rgb(255, 255, 255);
    /* border: 2px solid white; */
}
.lineelement{
    background-color: white;
    margin: auto;
    font-size: 2px;
    /* padding: 0px 300px; */
}
.imgamit{
    border-radius: 20px;
}
.imgicon{
    margin-bottom: 30px;
}
