        .topnav {
            overflow: hidden;
            background-color: #04AA6D;
            padding: 2px;
        }
        
        rgb (101, 43, 43)rgb(43, 86, 101)rgb(7, 115, 154)rgb(7, 154, 83) .topnav a {
            float: left;
            color: #f2f2f2;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 17px;
        }
        
        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }
        /* Create a right-aligned (split) link inside the navigation bar */
        
        .topnav a.split {
            float: right;
            background-color: #04AA6D;
            color: white;
        }
        
        .topnav a {
            float: right;
            margin-right: 20px;
        }
        .banner {
            width: 100%;
            height: 320px;
            background-image: url(assets/Banner/socialwoman.gif);
            background-position: center center;
            background-size: cover;
        }