:root {

  --mdc-theme-primary: firebrick;
  --mdc-theme-secondary: dimgrey;
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.mdc-text-field__input {
    color: white !important;
}