:host { background-color: #3f51b5; color: rgba(255, 255, 255, .6); display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: .5em; font-size: 1.1em; div { display: flex; flex-direction: row; align-items: center; gap: .2em; .copy-left { transform: rotate(180deg); } a { text-decoration: none; color: rgba(255, 255, 255, .6); } mat-icon { font-size: 1em; display: flex; justify-content: center; align-items: center; } } }