html,body{height:100vh;margin:0;padding:0;font-family:Roboto,Helvetica Neue,sans-serif;background-color:#1a1a1a;color:#fff;overflow:hidden}body{position:fixed;width:100%;height:100%;min-height:100vh;margin:0;display:flex;flex-direction:column}*{box-sizing:border-box}.mat-mdc-raised-button.mat-primary{--mdc-filled-button-container-color: #673ab7;--mdc-filled-button-label-text-color: white;padding:0 24px;height:48px;font-size:16px}app-root{display:flex;flex-direction:column;min-height:100vh}main{flex:1}footer{position:relative;width:100%;z-index:1;background:inherit}
