.header{background-image:url(jpg/header.jpg);background-size: cover ;position: relative; background-repeat: no-repeat; 
}
h1{
   font-family: 'Open Sans Condensed', sans-serif; text-align: center;color: black;margin: 75px
}

p{ 
    font-family: 'PT Sans', sans-serif;color: darkgrey; text-align: justify; margin: 75px; font-size: 125%
}
a{
    font-family: 'PT Sans', sans-serif;font-size: 100%; color: dimgray
}
.bio{
    font-family: 'PT Sans', sans-serif;color: darkgrey; text-align: justify; margin: 100px; font-size: 125%
}
.image gallery{
    align-items: center
}
h2{
   font-family: 'Open Sans Condensed', sans-serif; text-align: center;color: gray
}
h3{
   font-family: 'Open Sans Condensed', sans-serif; text-align: center;color: gray
}
background{ size: cover;
}
a.button{   -webkit-appearance: button; -moz-appearance: button; appearance: button;background-color:#D8D8D8; border-radius: 4px; padding: 15px; width: 200px;cursor: pointer; text-decoration: none;color: initial; margin: 35px;  font-family: 'Open Sans Condensed'
    }
pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: darkslategrey;
    background-color:aliceblue;
    border: 0px solid;
    border-radius: 4px;
    margin: 250px;
     text-align: justify;
}

