





body {
  background-color: black;
  color: #353b3a;
font-family:  sans-serif;
font-size: 11px;
  text-shadow: 1px 1px 0 #b1c3c4;
}

img {
  transform: scale(2);
  height: auto; 
  image-rendering: pixelated;
  transform-origin: bottom left;
}



b1 {
  
  background-image: url("tile2.png");
  background-repeat: cover; 
  background-size: 32px,32px;
  image-rendering: pixelated;
  padding: 10px;
  position: absolute;
  left: 44px;
  width: 200px;
  height: 555px;
  border-style: solid;
  text-align: center;
  text-decoration:none;
  
}





b2 {
  background-image: url("tile.png");
  background-repeat: cover; 
  background-size: 32px,32px;
  image-rendering: pixelated;
  padding: 10px;
  position: absolute;
  left: 300px;
  width: 333px;
  height: 210px;
  border-style: solid;
  text-align: center;
  text-decoration:none;
  top: 100px;
}



.reveal-box {
  width: 50px;    
  height: 50px;  
  display: inline-block;
  position: relative;
}


.reveal-box label {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}


.reveal-box img {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 21px;   
  height: 21px;  
  display: block;
  image-rendering: pixelated;
  z-index: 1;
}


.reveal-box .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: grey;  
  z-index: 2;
}


.reveal-box input:checked + img + .cover {
  display: none;
}


.reveal-box input {
  display: none;
}


.top-links {
  display: flex;
  gap: 3px;          
  margin-bottom: 30px; 
  margin-left: 300px;
  margin-top: 3px;
}


.top-links .link {
  display: inline-block;
  width: 50px;    
  height: 70px;
  background-size: cover;
  background-position: center;
  text-indent: -9999px; 
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}


.top-links .link:hover {
  transform: scale(1.2);
}


.top-links .tumblr {
  background-image: url('tumblr.png');
}

.top-links .bsky {
  background-image: url('bsky.png');
}

.top-links .instagram {
  background-image: url('gram.png');
}

.top-links .twitter {
  background-image: url('poop.png');
}







.projects {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 273px;
  margin-left: 265px;
  width: 475px;
  height: 333px;
}


.project-card {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 2px solid #444;
  overflow: hidden;
  image-rendering: pixelated;
}


.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}


.project-content {
  position: relative;
  z-index: 2;
  padding: 10px;
}


.project-card h3,
.project-card p {
  margin: 5px 0;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}


a.project-card:hover {
  border-color: white;
  transform: scale(1.02);
  transition: 0.15s ease;
}


.project-a {
  background: url("a.png");
  background-size: cover;
  background-position: center;
}

.project-f {
  background: url("f.png");
  background-size: cover;
  background-position: center;
}

.project-joke {
  background: url("worlddomination-bg.png");
  background-size: cover;
  background-position: center;
}

.project-com {
  background: url("toxicfreak.gif");
  background-size: cover;
  background-position: center;
  left: 1px;
  width: 200px;
  height: 75px;
  top: 55px;
}
