html body{
    background-color: rgb(37, 37, 37);
    height: 100vh;
}
#navi{
    display: none;

}
#dirct{
    display:flex;
    justify-content:center;
    font-size: 20px;
    
}
.homecontainer{
    display: flex;
    place-items: center; /* Centers both horizontally and vertically */
    margin-top: 10vh;
    justify-content: center;
}
.container{
    display: flex;
    place-items: center; /* Centers both horizontally and vertically */


}
.row{
    display: flex; /* Makes the row a flex container */

}
.certificates{
    justify-content: center;
}
.certificates img {
    justify-content: center;
    margin: 5px;
}
#dirct a{
    color: white !important;  /* Text color changed to white */
    background: linear-gradient(90deg, rgb(0, 217, 255) 0%, rgb(255, 255, 255) 50%, rgb(0, 247, 255) 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: glow 3s linear infinite;

}
.nav-link{
    color: white !important; 
}
.textname{
    color:white;
}
@keyframes glow {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: 0 0;
    }
}
#intro{
    justify-content:left; 
    align-items:center;
}
#username{
    justify-content:center;
     align-items:center;
}
#nemu{
    animation: caret 0.5s step-end infinite;
    color:white;
}
.certcard{
    width: 15rem !important;
    padding: 10px; /* Add 10px padding around the image */
    background-color: white !important; /* Example background color */
} 
@keyframes caret {
    50% {
        border-color: transparent;
    }
}

#brubytelogo{
    width:500px;
    height: auto;
    
}
html, body {
    overflow-y: auto;
  }
#brubytelogo2{
    width:50px;
    height: auto;
}
#brubytelogo3{
    display:none;
}
/* About */
.container2{
    margin-top: 50px;
    display: flex;
    justify-content: center; /* Centers horizontally */

}
.aboutcard{ 
  background: rgba(1, 33, 82, 0.185) !important; /* Remove background color */
  border: none !important;
  opacity: 0; /* Start invisible */
  transform: translateY(20px); /* Start slightly below */
  animation: fadeInSlideUp 0.5s forwards; /* Animation */
}
.certi{
    overflow-x: hidden;
}
.py{
    width: 30px;
    height: auto;
}
.kali{
    width: 30px;
    height: auto;

}
.tech{
    margin-top: 10px;;
}
.texturn{
    text-align: center;
}
.techcard{
    background: rgb(44, 45, 48) !important; /* Remove background color */
    border: none !important;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 250px;
}
@keyframes fadeInSlideUp {
    to {
        opacity: 1; /* End fully visible */
        transform: translateY(0); /* Move to original position */
    }
}

.about-title{
    align-items:center;
    color: white;
    font-size: 48px;
    text-align: center;
}
p{
    color:white;
}
.cvstyle{
    color:white;
}
.cvstyle2{
    color:white;
    margin-left: 50px;
}
.cvstyle3{
    color:white;
    margin-left: 100px;
}
.cvstyle4{
    color:white;
    margin-left: 150px;
}
.cvstyle6{
    color:white;
    text-indent: 50px;
}
@media screen and (max-width: 767px) {
    #navi{
        display: block;
    
    }
    html, body {
        overflow-x: hidden;
      }
    #username{
        justify-content:center;
         align-items:center;
    }
    #dirct{
        display:none;
        
    }
    #brubytelogo3{
        display:block;
        }
        #brubytelogo{
            display:none;
            
        }
    .container{
    display: grid;
    place-items: center; /* Centers both horizontally and vertically */
    height: 50vh;

}

}
