html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;

}
 
 .container-fluid{ 
    display: flex;
    justify-content: center;
    align-items: center;
    background:linear-gradient(#5585b5,#d7bbe9);
}
 
.row{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:white;
    border-radius:10px;
    padding: 50px 20px;
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    user-select: none;
}
 

.col-lg-12 h1{
    font-size: 130px;
    text-align: center;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow:hidden;
    background: linear-gradient(to right, #5585b5, #d7bbe9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}
h4{
    margin: 20px 0 ;
    font-size: 40px;
    font-weight:lighter;
    text-align: center;
}
p{
    text-align: center;
}