body {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14pt;
    counter-reset: count 0;
    font-family: system-ui;
}
div#main {
	margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 1000px;
}


div.my_list::before {
  counter-increment: count;
  content: counter(count) " ";
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;

}
figure > img {
  border: 1px #000000 solid;
  display: block;
  /* margin-left: auto;
  margin-right: auto; */
  margin-bottom: 10px;
  max-width: 98%;
}

figure.sota > img {
  margin-left: auto;
  margin-right: auto;
  display: inline;
}
figcaption{
  text-align: center;
  font-weight: bold;
  font-size: 20pt;
}

strong.highlight {
	background-color: #FFFF00;
}


.basic_question {
    margin-top: 20px;
}

h3:before{
  content: "☆";

}

.practice {
  display: none;
}
button {
  font-size: 14pt;
}

figure.sota {
  border: 1px #000000 solid;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
figure.sota > img {
  border: 0;
}

@media screen and (max-width: 1000px) {
    div#main {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 95%;
    }
    div.alternatives {
        min-height: 100px;
    }
}
