body{
  text-align: center;
}

h1 {
  text-align: center;
  color: white;
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 100%;
}

.cover {
width: 300px;
height: 300px;
}

.proj-container
{ margin: 20px;
padding: 10px;
}

div{
display: inline-block
  
}
p {
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  
  
}

footer {
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
  color: purple;
}