/* src/index.css */
body {
  color: #a9b1d6;
  background-color: #1a1b26;
  margin: 10%;
  font-size: 1em;
}

.note {
  color: #565f89;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.5em;
}
