@font-face {
  font-family: scribble-lines;
  src: url(fonts/ScribbleLines-evwe.ttf);
}
body { 
  font-family: "Fira Code Retina"; 
  margin:0; 
}
main {
  max-width: 600px;
  margin: 60px auto;
  background:#fff;
  padding:32px;
  border-radius:8px;
}
h1{
  font-family: scribble-lines;
  font-size: 30px;
  margin-top:0;
  margin-bottom: 30px;
}
p{
  text-align: justify;
}
a:link, a:visited {
  text-decoration: inherit;
  color: inherit;
}
.icons{
  margin-top: 30px;
  text-align: right;
}
