body{
  background-image: url("https://jjnumwoodopinions.neocities.org/images/wavy.jpg");
  background-size: 60px 80px;
  background-repeat:repeat;
  background-color:rgba(225,225,225,0.65);
  background-blend-mode:lighten;
}
.h1{
  background: white;
  background-size:50px 50px;
  color:#fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip:text;
  -moz-background-clip:text;
  background-clip:text;
  font-family:vibe;
  font-size:5rem;
  text-align:center;
  text-shadow:6px 6px 13px black;
}
@font-face{
  font-family:vibe;
  src: url("https://jjnumwoodopinions.neocities.org/fonts/GreatVibes-Regular%20(3).ttf");
}

.table{
  display: grid;
  grid-template-rows:50px 50px 50px ;
  grid-template-columns:50px 50px 50px;
  background-color: brown;
  border-radius: 3rem;
  font-size:auto;
  font-family:serif;
  }
  
  .table>div{
    padding: 10px;
  }
  
.years{
  padding:0.3rem;
  grid-area: 1/1/ span 1/ span 3;
  
}

.projects {
  grid-area: 1/2/ span 3/ span 2;
  
  }