
.container-fluid{
    background-color: rgb(9, 9, 9) !important;
    height: 3cm !important;
} 
.nav-link{
    color: grey !important;
}
.header{
    text-align: center;
    font-size: 100px;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, emoji, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
#image1{
    display:block;
    width: 800px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

.button{
  display: flex;
    place-content: center;  
}

.btn-secondary {
    --bs-btn-hover-color: #1d06aefb!important;
    display: block;
    margin-left: 100%;
    margin-right: auto;

}
#image2{
    display: inline-block;
    width: 25%;
    Height: 25%; 

}


.Techstack-container{
    align-content: center;
background-color: black;
color: grey;
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, emoji, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.Techstack-container-internal{
    margin-left: 50%;
}

.projects-container{
    
    color: black !important;
    margin-left: 50%;
    font-size: 100px;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, emoji, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.row{
    width: 50%;
    margin-left: -25% !important;
    
    
}
.card-text{
    font-size: medium;
    color: blue;
    

}

.Contact-container{
    background-color: black;
    h2{color: grey; margin-left: 50%;
       
}
    .form-content{
        align-items: center;
        color: grey !important;
    }
}
.carousel-control-prev{
    margin-left: -100;
}