body{
    background-color: gainsboro;
}
h1{
    color: black;
    text-align: center;
    font-size: 40px;
}
h2{
    color: black;
    text-align: center;
}
h3{
    color: black;
}
p{
    color: black;
    text-align: left;
}
li{
    color: black;
}
a{
    text-align: center;
}
a:link {
    color: #0000ff;
}
a:visited {
    color: #7c1717;
}
a:hover {
color: deepskyblue;
}

nav {background-color:cornflowerblue;
display:flex;
}

nav > img.photo {
max-width:200px;
flex:1;
}
 
nav > ul.menuB {
list-style-type: none;
flex:9;
}
nav ul.menuB li {
  display:inline;
  font-size: 3vw;
  padding-bottom:30vw;
  text-align:center;
}
body section.gallery {
    width: 90%;
    background-color:cornflowerblue; 
    padding:2em; 
    margin:auto; 
    display:flex;
    flex-direction:row;
}





