/* 

 */ 
:root {
  --primary-color:rgb(205, 157, 121);/*بيج*/
  --secondary-color: rgb(81, 57, 45);/*بني فاتح*/
  --third-color: rgb(44, 32, 32);/*بني غامق*/
}

.top-navbar {
    background-color: var(--primary-color);
    color: white;
}

.navbar-brand {
  border-radius: 50%
}