body{
    display: flex;
    justify-content: center;
    align-items: center;

    background-image: linear-gradient(to right,#c6ffdd,#fbd786,#c6ffdd);
    font-family: 'Prompt',sans-serif;
}
.btn
{
    align-items: center;
    border-radius: 25px;
    height: 50px;
    border:none;
    background-color: #0ffa07;
    width:80%;
    color:#fff;
    font-weight: 500;
    font-size:20px;
    box-shadow:rgba(0,0,0,0.35) 0px 5px 15px;
    cursor:auto;
}
.btn:active{
    transform: scale(0.98);
}
.result
{
    font-weight: 700;
    font-size: 2rem;
    color:rgb(4,156,4);
    height:50px;
    text-align: center;
}
.textField1
{
    height:60px;
    padding-left:2px;
    border-radius: 25px;
    border:black;
    width:80%;
    font-size:1rem;
    border-block-color: black;
}
.textField2
{
    height:60px;
    padding-left:5px;
    border-radius: 25px;
    border:black;
    width:80%;
    font-size:1rem;
}
.card
{
    width:500px;
    height: 400px;
    border-radius:25px;
    background-color: #F2F2F2;
    box-shadow: rgba(0,0,0,0.3) 0px 19px 38p, rgba(0,0,0,0.22) 0px 15px 12px;
}
.imgcont
{
    width:100%;
    background-color: #fd0a0a;
    border-top-left-radius:20px;
    border-top-right-radius: 20px;
}
h2{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
}
.content
{
    border-radius:25px;
    height:300;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}