body {
  
  background-image:url(/imgs/bgblack.png);
  color:white;
  
  font-family:"Courier New";
  
}

.canyouseeit {
  
  background-color:black;
  background-position: center;
  width:180px;
  height:100px;
  overflow:hidden;
  
  text-align:justify;
  color:black;
  
  transition:0.1s;
  
  padding:20px;
  
}

.canyouseeit:hover {

  width:1000px;
  height:600px;
  
  text-align:justify;
  color:white;
  
  transition:1s;
  
}

a {
  
  color:#ccc;
  text-decoration-line: none;
}

a:hover {
  
  color:#aaa;
}
