@import "lib/nord.css";

#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}

h1, h2 {
  font-weight: normal;
  color: azure;
}

p {
    color: azure;
}

body {
  background-color: rgb(46, 52, 64);
  background-color: var(--nord0);
}