*{
    margin: 0; padding: 0; box-sizing: border-box;
}

body{
    background-image: url(/cis195/images/washbackground.jpg);
}

.photoheader h1 {
    font-family: "fredericka the great";
    font-size: 42pt;
    text-align:center;
    margin-top: 50px;
    color: rgb(32, 7, 121);
    }

.photoheader p  {
    color:rgba(238, 238, 74, 0.651);
    text-align: center;
    font-size: 20pt;
    margin: 20px;
} 

h2{
    color: rgb(32, 7, 121);
    text-align: center;
    font-size: 20pt;
    margin: 20px; 
    text-decoration: underline; 
}

.photogroup1 {
    display:flex;
    justify-content:space-evenly;
}

.photogroup1 figure img {
    border: 4px solid tan;
}

.photogroup1 figcaption{
    Font-size: 14pt;
    color:blue;
    text-decoration: underline;
    background-color:rgba(255,255,255,.5);
    border: 4px solid tan;
}

.photogroup2 {
    display:flex;
    justify-content: space-evenly;
}

.photogroup2 figure img {
    border: 4px solid tan;
}

.photogroup2 figcaption{
    Font-size: 14pt;
    color:blue;
    text-decoration: underline;
    background-color:rgba(255,255,255,.5);
    border: 4px solid tan; 
}

footer{
    height: 100px;
    text-align: center;
    margin: 125px;
    font-family: "caveat", cursive;
    font-size: 32pt;
    text-decoration: underline;
}

