* {
  font-family: "Roboto Slab", sans-serif;
  color: #ddd;
}

pre, code {
  font-family: "Roboto Mono", monospace;
}

html, body {
  margin: 0;
  background-color: #222;
}

h1, h2 {
  color: #C0C9EE;
}

nav {
  display: flex;
  padding: 20px;
}
nav h1 {
  margin: 0;
  flex-grow: 1;
}
nav .links {
  align-self: flex-end;
  display: flex;
  flex-grow: 0;
  gap: 10px;
  align-self: center;
}

a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #A2AADB;
}
a:hover {
  color: #898AC4;
}

.content {
  margin: 40px 20px 0px 20px;
}

.project {
  margin: 40px 0px 0px 0px;
}
.project h3 {
  margin-bottom: 0px;
}/*# sourceMappingURL=style.css.map */