#Heading {
    border: none;
    border-style: outset;
    border-color: cadetblue;
    /* margin-left: 40%; */
    text-align: center;
    font-size:3rem;
    background-color: rgb(167, 129, 167);
    color: rgb(0, 0, 0);
    /* font-style:  ; */
}
body {
     width: fit-content;
    height:fit-content;

    /* background-image: url("https://th.bing.com/th/id/OIP.UZ2aLpcljeYBRbymFBs0XgHaDt?w=321&h=175&c=7&r=0&o=7&pid=1.7&rm=3"); */
    color: white;
     background: linear-gradient(-45deg, #003d03, #000000, #005307, #004e0d);
  background-size: 400% 400%;
  animation: gradientShift 10s ease infinite;
}
#log {
    margin-left: 41%;
}
#details {
    text-align: center;
}
#password {
    margin-left: 1.6%;
}

#tech-button {
    background-color: yellow;
    color: black;
    padding: 10px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    animation: pulse 1.5s infinite;

}
.tech-skills {
    display:none ;
/*    
    width: 12.2%; */
     text-align: center;
     /* margin-left: 10%; */

}
table {
    width: 42%;
    height: auto;
}
.tech-skills a , th, td{
    color: rgb(255, 249, 249);
    padding: 12px 16px;
    text-decoration:wavy;

    font-size: 1.2rem;
     text-align: left;
     border-style: solid;
      text-align: center;
      justify-content: left;
      
     
     
}
/* table {
    width: 50%;
} */
th {
    font-style: strong;
    color: green;
}

th:hover, td:hover{
    background-color:rgb(24, 23, 23) ;

}

.dropdown:hover .tech-skills {
    display:inline-table;
}

/* video {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-1;
} */

.content {
    position:relative; 
    z-index:1;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    height: 70%;
    color:white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);

}

.intro {
    position:relative; 
    z-index:1;
     display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*color:white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);  */
}

#welcome {
    border-style: outset;
    border-radius: 5%;
    width:100%;
    text-align: center;
    border-color: darkred;
    background-color: red;
    

}
#myself {
   font-size: 1rem;
    font-style: normal;
    /* font-family: "copperplate", fantasy; */
    font-family: Monaco, Consolas, "Lucida Console", monospace;
    text-align: center;
    
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1); /* Grows slightly */
    opacity: 0.8;          /* Slightly fades */
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


#myself2 {
    font-size: 1.3rem;
    font-style: normal;
    color: rgb(0, 248, 207);
    border: none;
    width: 100%;
    text-align: center;
    background-color: rgb(94, 82, 82);
    display:flex;
    flex-direction: column;
    justify-content: center;
    
  
}



#softskills {
    background-color: yellow;
    color: black;
    padding: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    animation: pulse 1.5s infinite;
    

}
#skills-list {
    display:none ;
/*    
    width: 12.2%; */
     text-align: center;
     /* margin-left: 10%; */

}
#skills-list {
    color: rgb(255, 249, 249);
    padding: 12px 16px;
    text-decoration:wavy;

    font-size: 1.12rem;
     text-align: left;
      text-align: center;
      justify-content: left;
      
     
     
}



#dropdown-skills:hover #skills-list {
    display: block;
}

#youtubePath, #youtubePath a {
    font-size: 1.1rem;
    font-style: normal;
    text-decoration: none;
}
#githublink, #githublink a {
    font-size: 1.1rem;
    font-style: normal;
    text-decoration: none;
}
/* #github {
    margin-right: 50%;
} */
/* head {
    font-style: italic;
    border-color: black;
} */
 #linkedinlink, #linkedinlink a {
    font-size: 1.1rem;
    font-style: normal;
    text-decoration: none;


 }

 #connect {
    background-color: black;
    /* background-opacity: 0.5; */
    width:100%;
    align-content: center;
    position:relative; 
    z-index:1;
     display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color:white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    /* border:solid;
    border-color: darkred; */
     background: linear-gradient(-45deg, #ff6ec4, #7873f5, #4ade80, #facc15);
  background-size: 400% 400%;
  animation: gradientShift 10s ease infinite;
 }
 #myDetails ul {
    list-style-type: none;
    padding: 0;
 }
 #logo {
    position:absolute;
    padding-top: 20%;
    width:15%;
    height: auto;
    margin-left: 42%;
    opacity: 0;
    animation: fadeInOut 5s infinite;
    /* animation-delay: 1s; */
    
    border-radius: 100px;
    }
    @keyframes fadeInOut {
    0% {opacity: 0;}
    50% {opacity: 0.4;}
    100% {opacity: 0;}
    }
 

 #line3 {
    position: absolute;
    width: 99%;
    margin-left: 0.5%;
   border-color: darkred;
   
 }

 #line4 {
   margin-left: 15%;
   border-color: darkred;
 }
 a {
    text-decoration: none;
 }
 a:hover {
    text-decoration: underline;
    color: yellow;
 }
 li:hover {
    background-color: rgb(85, 80, 17) ;
    border-radius: 10px;
 }

 .header{
    position: column;
    width: 100%;
    
 }

