@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.padding10{
    padding: 10px;
}

.flexjcac{
    display: flex;
    justify-content: center;
    align-items: center;
}

.exo-2{
    font-family: "Exo 2", sans-serif;;
}
.poppins{
    font-family:"Poppins";
}
#atag{
    
    color: white;
}
.teamatag{
    color: black;
}
.height{
    height: 70vh;

}
.heightHome{
    height: 85vh;

}



@keyframes slide-then-hide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    display: none;
    transform: translate(-100%, 0);
  }
}

@keyframes slide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
