body {
  margin: 0;
  background: #fcfcfc;
  color: black;
  font: 48px 'Vollkorn SC', serif; }

a {
  color: black;
  text-decoration: none; }

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px; }

#email {
  font: 24px 'Vollkorn', serif; }

#github {
  margin-top: 30px; }
