@font-face {                  
font-family: '0xProto';
src: url(https://humantooth.neocities.org/fonts/0xProto-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 

body {
  background: black ;
  font-family: 'PixelFont', monospace;
  color: #00ffcc;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}
a:hover{
    color: #fff;
}
nav a {
background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(9, 48, 115, 1) 62%, rgba(58, 161, 121, 1) 100%);	color: lightblue;
	border: 1px ridge black;
	display: inline-block;
	width: 122px;
	padding: 10px;
	margin: -3px;
	font-weight: bold;
	text-decoration: none;
}
table a{
    text-align: center;

}
.container {
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
  border: 4px double #00ffff;
  padding: 2rem;
  box-shadow: 0 0 20px #00ffff;
}

h1 {
  font-size: 2.5rem;
  color: #ff66ff;
  text-shadow: 0 0 5px #ff00ff;
}

.intro {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.marquee {
  font-size: 1rem;
  color: yellow;
  margin: 1rem 0;
  border-top: 1px dashed #ffcc00;
  border-bottom: 1px dashed #ffcc00;
  padding: 5px;
}

.projects-table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
}

.project-cell {
  width: 50%;
  padding: 20px;
  cursor: pointer;
  border: 1px dashed #00ffff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: transform 0.2s;
}

.project-cell:hover {
  background: #222;
}

.icon {
  width:50px;
  vertical-align: middle;
  margin-right: 10px;
}



footer {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #aaa;
}
p{
    text-align: left;
}
canvas#starCanvas {
      position: fixed;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100vw;
      height: 100vh;
      display: block;
    }