@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Unbounded&display=swap');

body {
  background: black;
  overflow: hidden;
}
#logo {
  text-align: center;
}
#header {
  font-family: "Unbounded", sans-serif;
  text-align: center;
  color: white;
}
#bio {
  font-family: "DM Mono", monospace;
  text-align: center;
  color: white;
}
#projectIntro {
  font-family: "Unbounded", sans-serif;
}
#projectDiv {
  text-align: center;
  color: white;
}
#projects {
  display: flex;
  gap: 90px;
  justify-content: center;
}