@charset "utf-8";
/* CSS Document */
<style>
        body {
            font-family: "Century Gothic", sans-serif;
        }
        .navbar {
            background: rgba(76, 111, 86, 0.70);
        }
        .navbar-brand img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }
        .nav-link {
            color: white !important;
        }
        .dropdown-menu {
            background: rgba(255, 255, 255, 0.70);
        }
        .dropdown-item {
            color: black !important;
        }
        .custom-section {
            margin-top: 50px;
        }
        .custom-image {
            width: 100%;
            max-width: 275px;
            height: auto;
        }
        .content-text {
            color: rgba(0, 0, 0, 0.70);
            font-size: 17.1px;
            line-height: 26.5px;
        }
        .content-heading {
            font-size: 22.8px;
            font-weight: 600;
            line-height: 35.34px;
        }
        .footer {
            background: rgba(77, 112, 86, 0.7);
            padding: 50px 30px;
            color: white;
            border-top: 1px solid #D9D9D9;
        }
        .footer .profile-img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }
        .footer .social-icons a {
            color: white;
            font-size: 24px;
            margin-right: 15px;
        }
        .footer a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }
        .footer a:hover {
            color: white;
        }
    </style>
