main {
  margin: 0 auto 40px;
  padding: 5px;
  max-width: 1000px;
}

main h1 {
  font-family: 'Baskerville', serif;
  text-align: center;
}

main h3 {
  margin-top: 20px;
}

main p {
  margin: 15px 0;
}

main a {
  font-weight: bold;
  text-decoration: underline;
}

main a:hover {
  color: #fff4bb;
  text-decoration: none;
}

ul {
    font-size: 0.9em;
}

ul.icon-ul {
  list-style: none;
  padding-left: 20px;
}

.theme-label {
  margin-top: 0;
  text-align: center;
  font-size: 0.95em;
  color: #333;
}

main .fluff {
  font-style: italic;
  color: #5b3717;
  font-weight: bold;
  text-align: center;
}

.requirements-div {
  width: fit-content;
  margin: 30px auto;
}

main .centered {
  text-align: center;
  font-weight: bold;
}

.painting-contest-theme h2 {
  text-align: center;
}

.painting-contest-theme {
  margin: 30px 0;
  color: #000000;
  background-color: #f7f0d9;
  padding: 5px 20px 20px;
  margin-bottom: 30px;
  border: 2px solid black;
}

.painting-contest-theme p.requirements {
  margin-bottom: 0;
  font-weight: bold;
}

.painting-contest-closing {
  background-color: #0002;
  border: 2px solid #000000;
  margin: 40px 1%;
  padding: 1%;
  font-size: 0.9em;
  text-align: center;
}

.competition-format {
  background-color: #ffffff;
  padding: 7px;
  border: 2px solid #cbb27c;
  border-radius: 5px;
  margin: 10px 0;
  max-width: 450px;
}

.painting-contest-help {
  margin: 40px 0 60px;
  text-align: center;
}


@media all and (min-width: 1000px) {
  .format-container {
    display: flex;
    justify-content: space-between;
  }
}