
@font-face {
    font-family: 'Times NR Condensed';
    src: url('fonts/Times NR Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "Helvetica Neue", sans-serif;
    font-size:9px;
    color: #000000;
    left: 8%;
    top: 8%;
    position: absolute;
    overflow: auto;
    
}

a {
    font-family: "Helvetica Neue", sans-serif;
    color: #000000;    
}

#name {
    font-family:'Times NR Condensed';
    letter-spacing:-0.03em;
    line-height: .9;
    display: inline-block;
    font-size:9vw;
}

#bio{ 
    font-family: "Helvetica Neue", sans-serif;
    color: #000000;
    line-height: 1rem;
    min-width: 300px;
    max-width: 300px;
    display: inline-block;
    font-size: .75rem;
    margin: auto;

}

#footer {
   position:fixed;
   bottom:8%;
   height:10px;
   width:100%;
}