/* You can add global styles to this file, and also import other style files */ body { font-family: 'Roboto', sans-serif !important; display: flex; justify-content: center; color: #000000b8; a { text-decoration: none; color: #000c; font-style: italic; background: #0000000d; border-radius: 5px; padding: 2px 6px; box-sizing: border-box; font-size: 14px; &:hover { background: #0000001c; } } blockquote { font-size: 15px; font-style: italic; border-left: 2px solid #00000042; margin: 0px; padding: 0px 30px; text-align: justify; } app-root { width: 550px; max-width: 550px; margin: 20px 0px 40px; } }