body {
    font-family: "Inter", sans-serif;
}

header {
    color: #fff;
    background-image: linear-gradient(to top, #0F594E, #08342D);

}

h1{font-weight: 800;}

.bg-body-tertiary {
    background: none !important;
}

.nav-link {
    color: #fff;
}

.btn-warning {
    background: #FE6600;
    color: #fff;
    padding: 25px 45px 25px 45px;
    border-radius: 100px;
    border: 0px;
}

.btn-success {
    background: #20D27D;
    color: #fff;
    padding: 25px 45px 25px 45px;
    border-radius: 100px;
    border: 0px;
}

.btn-light {
    background: #0F594E;
    color: #fff;
    padding: 25px 45px 25px 45px;
    border-radius: 100px;
    border: 0px;
}

.btn-header {
    background: #fff;
    padding: 25px 45px 25px 45px;
    border-radius: 100px;
    border: 0px;
}

.btn-header:hover {
    background: #d7d7d7;
}


footer {
    background: url('img/footer.png') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.items_footer {
    border-radius: 15px;
    Padding: 10px 20px 10px 20px;
    background: #fff;
    color: #000000;
}


.navbar-toggler {
        background: #fff;
}