@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);

* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #252525;
    color: #d1d1d1;
    font-size: 100%;
    font-family: 'Fira Code', monospace;
    text-shadow: 3px 2px 10px #000;
}

@supports (font-variation-settings: normal) {
  html { font-family: 'Fira Code VF', monospace; }
}

body {
    width: 50%;
    min-width: 300px;
    margin: 30px auto;
}

a {
  color: rgb(221, 221, 221);
}

a:hover {
  color: white;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1.25rem;
}

#name {
  margin-bottom: 1.5rem;
}

#work {
  margin: 1.5rem 0;
}

.project {
  margin: 1.5rem 0;
}

.project-title {
  margin-bottom: 0.5rem;
}

