
h1.title-big{
    background: linear-gradient(to right, var(--primary), var(--sec)) ;
    color: #ffffff;
    font-size: 100px;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 136.5px;
}

.btns{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 300px);
}
.btns .btn{
    box-sizing:content-box;
    width: 80%;
    height: 50%;
    height: 10vh;
    line-height: 10vh;
    /* font-size: 8vw; */
    position: relative;
}
.btns .btn i{
    margin: 0 10px 0 0;
    position: absolute;
    top: 40%;
    height: 10px;
    left: 8%;


}
#ladksfj{
    stop-color: var(--primary);
}
#lsadfjk{
    stop-color: var(--sec);
}

/* @media only screen and (min-width: 900px){
.btns .btn{
    font-size: 2em;
}
} */
