body {
  background-color: #333;
  font-family: Arial, sans-serif;
  color: white;
}

h1 {
  font-family: "Courier New", Courier, monospace;
  font-size: 2.5em;
  color: #00caf2;
  text-align: center;
  margin-top: 4vh;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 1.75em;
  color: #00caf2;
}

a:link {
  color: #00caf2;
}

a:visited {
  color: orange;
}

.project-card {
  border-style: solid;
  border-color: #00caf2;
  border-left-width: 2px;
  border-top-width: 2px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-radius: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 32px;
  margin-right: 8px;
}

.docs-repo {
  display: flex;
  flex-direction: row;
  gap: 8rem;
}

#projects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}

table {
  /* write border lines for table */
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid white;
}
