.logo{
    width:80px;
    border-radius:100px;
    background:white;
    background-color:white;
}

.custom-navbar-nav .nav-link {

    font-size: 1.2rem; /* Adjust the size as needed */
}

ul {
    margin-right: 50px;
}

body {
    background: #4F8B89;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.container{
    width: 100%;
    padding:20px;
}

.slide-up {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
}

    .slide-up.visible {
        transform: translateY(0);
        opacity: 1;
    }

.weight-head {
    font-weight: 400;
}

.weight {
    font-weight: 400;
    font-size: 18px;
    text-align: justify
}

.fa-check {
    font-weight: bold
}

li{
    font-size:20px;
    margin:10px;
}