header{ display: flex; justify-content: space-between; margin-bottom: 20px; .title{width: 350px; flex-shrink: 0; text-align: center;} .user-info{ display: flex; justify-self: flex-end; align-items: center; .user-name{ font-size: var(--fz-body-md); font-weight: 600; img{margin-right: 3.5px;} } .user-logout{ color: #007bff; cursor: pointer; margin-left: 20px; } } } .menu{ display: flex; align-items: center ; li{ width: 160px; text-align: center; a span{font-size: 18px; font-weight: 500;} } i.fa-bars{width: 1px; height: 16px; background-color: #8893B4;} } .container{height: 100%; padding: 2rem; background-color: #EFF1FA;} .main-wrap{ display: flex; .sidemenu{flex-shrink: 0;} .content{width: 100%; padding: 30px; background-color: #fff; border-radius: 20px;} }