*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
body{
    font-family: 'Fresca', sans-serif;
    text-shadow: 1px 1px 4px #73442f;
}
nav{
    height: 12vh;
}
a:hover{
    color: #fefff8 !important;
}
.fc{
    display: flex;
    flex-flow: column;
}
.je{
    justify-content: space-evenly;
}
.ja{
    justify-content: space-around;
}
.bic{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero {
    margin-top: 12vh;
    margin-bottom: 9vh;
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(./img/clover-773946.jpg);
    height: 75vh;
}
.beaches{
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(./img/pexels-christy-rice-15265070.jpg);
}
.borderclass{
    background-color: #fefff8;
    border-color: #4a261b;
    border-style: ridge;
    border-width: 8px;
    border-radius: 10px;
    color: #212227;
}
footer h6{
    color: #fefff8;
    font-family: 'Courgette', cursive;
}
footer{
    height: 10vh;
}
.finance{
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(./img/pexels-mikhail-nilov-8297031.jpg);
    height: 100%;
}
.card{
    border-radius: 15px;
    background-color: white;
}
.signup{
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(./img/basset-hound-3858170_1920.jpg);
    height: 800px;
    color: #fefff8;
}
.bs{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}