@charset "utf-8";
/* CSS Document */
.List {
  background-color: rgba(255, 255, 255, 0.9);
}
.pottery {
  margin: 0 2% 0 17%;
}
.pottery h2 {
  padding-bottom: 50px;
  margin-top: 50px;
  font-size: 55px;
  font-family: 'Aladin', cursive;
}
.pottery h3 {
  font-size: 16px;
  padding-bottom: 10px;
}
.pottery p {
  text-align: left;
}
.pottery p span::before {
  color: #ff0000;
  font-size: 14px;
  content: "❤❤";
}
.pottery img {
  width: 100%;
  padding-top: 10px;
}
#copyright {
  font-size: 8px;
  display: block;
  text-align: right;
}
@media (max-width:640px) {
  .pottery {
    margin: 0 5%;
  }
  .pottery h2 {
    padding-bottom: 23px;
    margin-top: 42px;
    font-size: 36px;
  }
  .pottery h3 {
    font-size: 15px;
  }
  .pottery p {
    text-align: left;
    font-size: 14px;
  }
  .footer {
    height: 50px;
    padding: 14px 0 0;
    margin-top: 60px;
    background-color: #008f00;
    font-size: 11px;
    color: #ffffff;
  }
}