body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/176/921/original/potterybackground-light.png?1767093125");
  background-repeat: no-repeat;
  background-size: cover;
}

.themeButton {
  font-size: 12px;
  background: #eaeaea;
  color: #1f4e79;
  transition: all 150ms ease-in-out;
  border-radius: 10px;
  border: transparent;
  text-align: center;
  margin: 1px auto;
}
.themeButton:hover {
  background: white;
  color: black;
  cursor: pointer;
}
h1 {
  text-align: center;
  font-family: "Sacramento", cursive;
  font-size: 60px;
  margin: 20px auto;
  color: #bfb5aa;
}
h2 {
  text-align: center;
  font-family: math;
  font-size: 20px;
  color: #0f3d3e;
}
.container {
  max-width: 600px;
  text-align: center;
  margin: auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.principal {
  border-radius: 13px;
  transition: all 150ms ease-in-out;
  max-width: 100%;
}
.principal:hover {
  filter: contrast(80%);
  transform: scale(1.1);
}
.classButton {
  background: #d8cfc4;
  transition: all 290ms ease-in-out;
  color: #1f4e79;
  border: transparent;
  border-radius: 16px;
  padding: 10px 20px;
}
.class:hover {
  background: #1f4e79;
  color: #d8cfc4;
  cursor: pointer;
}
.gridPhotos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  gap: 5px;
}
.gridPhotos img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}
.gridPhotos img:hover {
  filter: contrast(80%);
  transform: scale(1.1);
}
p {
  text-align: center;
  font-family: math;
  font-size: 17px;
  color: #0f3d3e;
}
footer {
  text-align: center;
  font-family: monospace;
  font-size: 16px;
  margin: 10px auto;
}
.themeDark {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/176/920/original/pottery2_copy.dark.jpg?1767091627");
  color: #d8cfc4;
}
.themeDark .container {
  background: black;
  color: blue;
}
.themeDark h2 {
  color: #d8cfc4;
}
.themeDark p {
  color: #d8cfc4;
}
