h1,h2,h3,h4,h5,a,span,p{
    font-family: 'Montserrat', sans-serif !important;
}

div{
    font-family: 'Montserrat', sans-serif !important;
}

.typed-cursor{
    font-size: 118px;
}

.block{
    width: max-content;
    text-transformation: uppercase;
    display: block;
    background-image: linear-gradient(to left,
        transparent,
        transparent 50%,
        #000 50%,
        #000);
    background-position: 100% 0;
        background-size: 200% 100%;
        transition: all .25s ease-in;
    
}

.block:hover{
    width: max-content;
    background-position: 0 0;
    color: #fff;
    padding: 15px 30px 5px 30px;
    margin-bottom: 10px;
}

.cp-img img{
    border-radius: 1rem !important;
}

@media (max-width:768px){
    #element{
        font-size: 65px !important;
        line-height: 80px;
    }
    .typed-cursor{
        font-size: 65px;
    }
}