body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }

*{
    margin: 0;
    padding: 0;
    /* height: auto; */
}

.Avatar{
    vertical-align: middle;
    width: 25%;
    height: 25%;
    border-radius: 30%;
}

body{
    width: 100%;
    height: auto;
    background-image: url(https://www.cse.iitb.ac.in/~bhadoriya/4159948_89787.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding-left: 8%;
    padding-right: 8%; */
    box-sizing: border-box;
    

}

.container{
    width: 100%;
    height: auto;
    background-image: url(https://www.cse.iitb.ac.in/~bhadoriya/4159948_89787.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    

}


.header{
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    margin-top: 10px;
    /* background-color: rgba(138, 130, 130, 0.63); */

}

.myimage{
    margin: 150px auto;
    width: 70%;
    /* filter: grayscale(40%); */
}

/* .myimage:hover{
    filter: grayscale(0%);
} */

.video{
    margin: 150px auto;
    width: 70%;
    filter: grayscale(40%);
}

.video:hover{
    filter: grayscale(0%);
}

#myself{
    color: #f2f2f2;
}

.about{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo{
    text-align: center;
    cursor: pointer;
}

.navbar{
    text-align: center;
    flex: 1;
}

.navbar a{
    padding: 6px 20px;
    text-decoration: none;
    color: white;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.btn{
    cursor: pointer;
    color: blueviolet;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 10px 30px;
    border: 2px solid #003333;
    background: transparent;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 40px 8px;
}

.btn:hover{
    color: #000;
    background-color: #fff;
}

.btn a:visited{
    background-color: #fff;
    color: #cc0052;
}

.btn a:hover{
    color: #000;
}

.btn a:link{
    text-decoration: none;
}

.content{
    text-align: center;
    margin-top: 12%;
    padding-top: none;
    padding-bottom: 25%;
}

.content h1{
    font-size: 80px;
    color: white;
}


/* project css */
/* .project-list{
    width: 80%;
    margin: 0 auto;
}

#projects{
    
    list-style-type: decimal;
    padding-left: 1rem;
}

.project-list li{
    margin-bottom: 1rem;
}

.project-list h2{
    font-size: 1.2rem;
    color: #333;
}

.project-list p{
    font-size: 0.9rem;
    color: #777;
}

.project-list a{
    color: #007bff;
    text-decoration: none;
}

.project-list a:hover{
    text-decoration: underline;
}
 */


/* education */
/* #education {
    font-family: 'cursive';
    font-size: x-large;
    width: 70%;
    height: auto;
    margin: 10px auto;
  }
  
  #education th, #education td {
    padding: 0.5em;
    margin: 0.5em;
    border: 3px solid #e0d4d438;
  }
  
  #education th {
    background-color: #eee9e9c7;
    text-align: left;
  }
  
  #education td {
    text-align: center;
  }
  
  #education tr:nth-child(even) {
    background-color: #cec7c7c9;
  }

  #education tr:nth-child(odd) {
    background-color: #7d7d858e;
  } */

  /* hobbies */

  .hidden {
    display: none;
  }

  #hobbies-form{
    list-style-type: decimal;
    padding-right: auto ;
    font-family: Georgia, 'Times New Roman';
    font-size: 15pt;
    text-align: center;
    font-style: italic;
}


/* feedback */

#feedback-form{
    list-style-type: decimal;
    padding-right: 25% ;
    font-family: Georgia, 'Times New Roman';
    font-size: 15pt;
    text-align: left;
    font-style: italic;
}



/* icons mail */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  /* Style the social media icons with color, if you want */
  .icon-bar a{
    background-color: #6b656575;
  }
  
  .instagram:hover  {
    background: #ce45ce;
    color: white;
  }
  
  .github:hover  {
    background: #0d141a;
    color: white;
  }
  
  .google:hover  {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin:hover  {
    background: #007bb5;
    color: white;
  }
  
  .youtube:hover  {
    background: #bb0000;
    color: white;
  }