

.flex{
    display: flex;
    justify-content: end;
    
}


.head{
    background: linear-gradient(to right,rgba(39, 158, 236, 0.9),rgba(248, 7, 7, 0.233)), url(https://images.pexels.com/photos/4974915/pexels-photo-4974915.jpeg?auto=compress&cs=tinysrgb&w=400);

background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;

    color: white;


}

.base{
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn{
    border-radius: 50px !important;
    padding: 10px !important;
}

.message{
    background: rgb(34,193,195);
background: linear-gradient(0deg, rgb(239, 216, 41) 0%, rgb(45, 118, 253) 100%);
}


.card{
    padding: 20px;
    margin: 10px;
}


span{
    font-size: 60px;
    font-weight: 40px;

    padding: 10px;
}




