body {
  background-color: lightblue;
color: blue;
}
h1 {
    text-align: center;
    color: chocolate;
    font-size: 80px;
    font-family:Helvetica;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p {
  margin: 100px;
    font-size: 20px;
    text-align: center
}

a {
    color: chocolate;
}
.photos {
    text-align: center;
}