.container { padding: 20px; // background: #f5f5f5; min-height: 100%; .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; .title { font-size: 18px; font-weight: 600; color: #333; } } }