html,body{
  margin: 0;
}

.card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
  height: min-content;

}

#Navlogo{
 

}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
  padding: 2px 16px;
}

.cardtext{
  font-size: 1.2rem;

}

.body50{
  width: 50%;

  height: auto;
  float: left;
}

.footer1{
  width: 100%;
  float: left;
  display: block;

  margin-top: auto;

}

#aboutbody{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.TagUX{
  background-color: lightgreen;
  color: green;
  inline-size: max-content;
  font-size: 0.8rem;
  padding:7px;
  height: 30px;
  border-radius: 5px 5px 5px 5px;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}


.TagVD{
  background-color: rgb(238, 211, 144);
  color: rgb(138, 94, 0);
  inline-size: max-content;
  font-size: 0.8rem;
  padding:7px;
  height: 30px;
  border-radius: 5px 5px 5px 5px;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}

.TagUI{
  background-color: lightblue;
  color: blue;
  inline-size: max-content;
  font-size: 0.8rem;
  padding:7px;
  height: 30px;
  border-radius: 5px 5px 5px 5px;
  margin-left: 3px;
  margin-right: 3px;
  float: left;
}
.aboutmesec{
  margin-top: 10%;
}
/* [1] The container */
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}
img {
  border-radius: 5px 5px 0 0;

}

#pfpimg {
  border-radius: 5px 5px 5px 5px;

}

.Cardlink{
  text-decoration: none;
  color: var(--bs-heading-color,inherit);

  
}

.footerlink{
  text-decoration: none;
  color: var(--bs-heading-color,inherit);

  
}


.Cardimg{

}

#titleName{
  font-size: 5rem;
}

#subTitle{
  font-size: 1.5rem;
}


  @media screen and (max-width:990px){
      .card{
          width:85%;
      }

      .body50{
        width: 100%;
      }

  }

  @media screen and (max-width:1201px){
    .card{
        width:85%;
    }

    .body50{
      width: 100%;
    }

}
  
