body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
}
a {
  color: #03cbaf;
  transition: transform 150ms ease-out;
}
a:active {
  color: #fbbb19;
}

:root {
  --blue-gray: #f2f5f8;
}

body {
  background-color: var(--blue-gray);
  margin: 0;
}

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
