@charset "UTF-8";
.page {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.page h1 {
  color: white;
  font: 600 34pt "微軟正黑體";
  margin: 1em 0em;
  text-align: center;
}

.List {
  margin: 0 auto 1em;
  font-size: 14pt;
}
.List .title {
  color: white;
  background-color: #ff5055;
  padding: 0.5em;
  text-align: center;
  font-size: 1em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.List .sub-title {
  color: #e32d55;
  font: 600 1.1em Verdana, Geneva, sans-serif;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.quote {
  font-size: 14pt;
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid rgba(227, 45, 85, 0.5);
  height: auto;
  overflow: auto;
}
.quote ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.quote li {
  margin-top: 0.5em;
  width: 20%;
}
.quote li h3 {
  font: bold 1.3em "微軟正黑體";
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.quote li h4 {
  text-align: center;
  margin: 0px;
  padding: 0px;
  font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
  color: #e32d55;
}

/*# sourceMappingURL=finalist.css.map */
