*{
  padding: 0;
  margin: 0;
  background: purple;
  color: white;
  text-align: center;
}

#title{
  font-size: 5em;
}

#text{
  font-size: 2em;
  border-bottom: 1px solid white;
}

.projLink{
  font-size: 3em;
}
