body {
    background-image: url(../assets/bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    font-family: 'Inter', sans-serif;
    background-color: #52B69A;
}




.waves2 {
    margin-top: -7.5%;
    width: 100%!important;
}

.bg-green {
    background-color: #52B69A;
    color: white;
}

.btn-green {
    background-color: #52B69A !important;
    color: white;
}


.btn-green:hover {
    background-color: #257a62 !important;
    color: white;
}

.btn-outline {
    border-color: #52B69A;
    background-color: transparent !important;
    color: #52B69A;
}

.btn-outline:hover {
    border-color: #52B69A;
    background-color: #52B69A !important;
    color: white;
}
