/* the most advanced css you've ever seen */
@font-face {
    font-family: hack;
    src: url(src/Hack-Regular.ttf);
}
body { 
    background-color: #000;
    font-family: hack;
    text-align: center;
    padding: 32px;
    color: #cdd6f4;
}
a {
    text-decoration: inherit;
    color: inherit;
}
.link {
    color: #f5c2e7;
    text-decoration: underline;    
}
#name {
    color: #00ff00;
    font-size: 60px;
    margin: 0 auto;
}