:root {
    --drkgrn: #071E22;
    --grn: #1d7874;
    --ltgrn: #679289;
    --tan: #F4C095;
    --red: #EE2E31;
    --linen: #EFE6DD;
}

body {
    background-image: url(/assets/Images/landingpage.png);
    background-size: cover;
    background-attachment: fixed;
}

h2{
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #F4C095;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

h1{
    font-family: 'Chewy', system-ui;
    text-align: center;
    color: #F4C095;
    font-size: 55px;
    text-shadow: 3px 3px 3px var(--drkgrn);

}

h3{
    font-family: 'Hind Siliguri', sans-serif;
    color: #F4C095;
    text-align: center;
    margin: 0px;
    font-weight:bold;
    font-size:18px;
}

.card {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #F4C095;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    width: 50%;
}

.btn {
    padding: 11px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #EE2E31;
    border-radius: 22px;
}

.welcome {
    font-size: 25px;
    text-align: center;
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: bold;
    color: #F4C095;
    padding: 0%;
    margin: 0%;
}



.card-text{
    font-family: 'Hind Siliguri', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;

}