body {
    background-color: rgb(239, 208, 32);
    font-family:'Figtree';


}

body a {
    color:rgb(44, 44, 44)
}
#header {
    font-family: 'Figtree';
    font-size: 2em;
    font-weight:bold;

}

#nav a {
    font-family: 'Figtree';
    color: black;
    text-decoration: none;

}
#nav a:hover {
    font-weight:bold;
}

#resume {
    margin-left: 10%;
    width: 60%;
}

#about {
    display:block;
    width: 50%;
    margin-left: 10%;
    
}
#about img {
    margin-top: 10%;
    width: 50%;
}

#about-text {
    display:block;
    width: 55%;
    margin-top: -70%;
    margin-left: 60%;

}

#gallery img {
    height:50%;
}