body{
    font-family:'hack';
}

a{
    color:dimgray;
}

main{
    margin:0 auto;
    width:30vw;
}

@font-face {
    font-family: 'hack';
    src: url('fonts/Hack-Regular.ttf');
}

#noodles{
    position:absolute;
    width:40vw;
    bottom:0;
    right:0;
}