body{
  background-image: url("assets/endbg.jpg"); 
  background-color: #061b1f; /*#061f16 deep green*/
  color: #feda84;
  font-family: Verdana;
  
  height: 96vh;
  
  /*TEMPORARY*/
  padding-bottom: 12rem;
}
header{
  margin-left: 16vw;
}
main{
  margin-left: 16vw;
  margin-right: 16vw;
}
/*
.computer-img{
  position: relative;
  width: 60vw;
  height: auto;
  margin: auto;
}
*/




.PC-container{
  position: relative;
}

.overlay{
  position: absolute;
  
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.PC-container:hover .overlay{
  opacity: 1;
}

