.container { border: 1px solid rgba(0, 0, 0, 0.5); height:100vh; } .main { display: flex; align-items: center; justify-content: center; min-width:80%; } .sidebar{ width:20%; } .dashboard-highlight { color: green !important; } .trading-highlight { color: red !important; } .wallet-highlight { color: blueviolet !important; } .settings-highlight { color: magenta !important; }