body {
    background-image: url(./wev_bw_forest.jpg); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    color:white;
    text-align:center;
}
.links{
    padding-right: 50px;
    text-decoration: none;
    color:white;
    
}

@font-face {
    font-family: 'Ravenscroft';
    src: url('Ravenscroft.ttf') format('truetype');
}

header {
    font-family: 'Ravenscroft', sans-serif;
    text-decoration: none;
    color:white;
    font-size: 4rem;    
}

header a{
    color: inherit;
    text-decoration: none;
}

.bio{}

.pics{
    display: block;
    margin: 0 auto;      
    max-width: 600px;     
    width: 100%;           
    height: auto; 
}


