.photobar{
    border: 5px inset rgb(0, 0, 0);
    border-radius: 5px;
    height: 399px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
  p , h1  {
display: flex;
justify-content: center;

}
footer {
  margin: 0;
  padding: 5px;
  background-color: lightgray;
}

footer > h1, .browser {
  margin: 10px;
  padding: 5px;
}

 footer {
  background: rgb(2, 89, 62);
}

footer > h2, p {
  margin: 4px;
  font-size: 90%;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: rgb(7, 90, 83);
  color: white;
}