@import url('https://fonts.cdnfonts.com/css/chewy');
p {
    color: #444444;
}
.section {
    background-color: #fff;
}
.hero {
    background-color: #6FDDFF;
    position: relative;
    height: 100vh;
    width: 100%;
}
.cloud {
    position: absolute;
}
.cloud-1 {
    top: 0;
    left: 15%;
    width: 100px;
}
.cloud-2 {
    top: 50px;
    left: 35%;
    width: 150px;
}
.cloud-3 {
    top: 25px;
    left: 70%;
    width: 75px;
}
.corgi {
    position: absolute;
    top: 65vh;
    left: 20%;
    width: 100px;
    z-index: 999;
}
.cat {
    position: absolute;
    top: 65vh;
    left: 60%;
    width: 100px;
    z-index: 999;
}
.hero-grass {
    background-color: green;
    height: 30vh;
    width: 100%;
    bottom: 0;
    position: absolute;
}
.card {
    border-color: rgba(246, 246, 246);
}
.footer {
    background-color: green;
}
.chewy {
    font-family: 'Chewy', sans-serif;
}
.fixed-btn-container {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
}