body {
  background-color: beige;
}
h1 {
  text-align: center;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.79);
}
p {
  font-size: 20px;
  text-align: center;
}
.croissant-photo {
  border-radius: 10px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.island-croissant {
  border-radius: 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 10px;
}

footer {
  text-align: center;
}
footer a {
  color: rgb(236, 143, 189);
  margin: 0 10px;
}
a {
  color: rgb(236, 143, 189);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
