@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;
        }
        .equal-height {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        .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>
