:root {
  --mdc-theme-primary: #2962ff;
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
  background-color: var(--mdc-theme-primary, #2962ff);
}

body {
  background: #e3f2fd;
}

.mdc-layout-grid__inner--body {
  max-width: 1200px;
  margin: 0 auto;
}

.mdc-layout-grid__inner--header {
  margin-bottom: 64px;
}

.static__image-responsive {
  width: 100%;
  height: auto;
}

.five-oh-three-image-column {
  margin-right: 3rem;
}
