h1{
    font-size: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700 !important;
    height: 30vh;
}

.white-text {
    color: white;
  }

.projects .website img{
    width: 100%;
    transition: transform 0.5s;
}

.projects .website:hover img{
transform: scale(1.2);
transition-duration: 0.5s;

}

.projects .mobile .imgBg{
    overflow: hidden;
}

.projects .mobile img{
    width: 60%;
    transition: transform 0.5s;
}

.projects .mobile:hover img{
transform: scale(1.2);
transition-duration: 0.5s;

}

.projects .mobile .imgBg{
    overflow: hidden;
}


.projects span{
    font-size: 18px;
    font-weight: 700;
}

.projects h2{
    font-size: 40px;
    font-weight: 700;
}

.projects p{
    font-size: 18px;
    font-weight: 400;
    color: #7a7776;
}