body {
  background-color: white;
  padding: 4%;
  padding-top: 1%;
  margin: 0;
}

h2 {
  width: max-content;
}

p {
  line-height: 200%;
}

#backgroundimg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
}

canvas {
  z-index: -1;
}

.content {
  display: grid;
  grid-template-columns: min-content auto;
  grid-column-gap: 32px;
}

.proj {
  margin-top: 64px;
  margin-bottom: 64px;
}

.note {
  border-style: dotted;
  border-left: none;
  border-right: none;
  border-top-width: 4px;
  border-bottom-width: 4px;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 32px;
}