.menu{
  position: absolute;
  width: 275px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

p{
  font-family: source-code-pro;
  color: white;
  font-size: 20px;
  margin: 1px;
  display: inline-block;
}

h1{
  font-family: Arial;
  color: black;
  font-size: 15px;
  text-align: left;
  margin:0;
  padding:10px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 15px;
}

h2{
  font-family: Arial;
  color: black;
  font-size: 30px;
  text-align: left;
  margin:0;
  padding:10px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: bold;
  letter-spacing: 4px;
}

.info-description{
  font-family: source-code-pro;
  text-align: left;
  color: black;
  font-size: 15px;
  margin:0;
  padding:10px;
  padding-top:0;
  vertical-align: bottom;
}

.project-description{
  font-family: source-code-pro;
  text-align: center;
  color: black;
  font-size: 12px;
  margin:0;
  padding:10px;
  padding-top:0;
  vertical-align: bottom;
}

.project-description2{
  font-family: source-code-pro;
  text-align: left;
  color: black;
  font-size: 11px;
  margin:0;
  padding:0px;
  display: block;
}

header h1{
  font-family: Arial;
  font-size:22px;
  color: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

header{
  position: fixed;
  top:0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  width: 100%;
  height: 75px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  z-index: 100;
}

footer{
  width:100%;
  height:100px;
  bottom: 0;
  text-align: center;
}

.container{
  padding-top: 75px;
  display: grid;
  margin: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.container > div {
  aspect-ratio: 1 / 1; /* Ensures square cells */
}

@media only screen and (max-width: 1200px){
  .container{
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 750px){
  .container{
    grid-template-columns:1fr;
  }
}

.project-thumbnail-container{
  width: 100%;
  aspect-ratio: 1.3 / 1;
}

.project-description-container{
  display: grid;
  aspect-ratio: 4.5 / 1;
  width: 100%;
}

.project-disply-left{
  position: fixed;
  width: 20%;
  top: 52%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.project-disply{
  padding-top: 75px;
}

.project-title{
  font-family: Arial;
  color: black;
  font-size: 20px;
  text-align: center;
  margin:0;
  padding:10px;
  padding-bottom: 0px;
  padding-top: 0px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 15px;
}

.info-container{
  position: absolute;
  width: 275px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.copyright{
  position: absolute;
  font-size: 10px;
  color: black;
  font-family: arial;
  right:10px;
  bottom:-283px;
}
