body {
background-color: #121212;
color: #e0e0e0;
font-family: Helvetica, sans-serif;
font-size: 16pt;
max-width: min(80ch, 95vw);
margin: auto;
}
h1 {
    text-align: center;
    font-size: 1.4em;
}

h2 {
    text-align: center;
    font-size: 1.3em;
}

h3 {
    text-align: center;
    font-size: 1.2em;
}

h4 {
    text-align: center;
}

div.box {
    border: 1px solid #a9a9b3;
    border-radius: 5px;
}

li {
  margin: 1.2rem;
  font-size: 1em;
  text-align: center;
}
a:link {
	color: #90caf9;
    text-decoration: none;
}
a:visited {
	color: #ce93d8;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.novisit:visited {
	color: #90caf9;
}
div.widthlimit {
    word-wrap: break-word;
    max-width: 95%;
    padding: 0;
}
div.widthcenter {
    word-wrap: break-word;
    max-width: 95%;
    text-align: center;
    padding: 0;
}
p {
    font-size: 1em;
    text-align: center;
    padding: 0;
}
p.right {
    text-align: right;
    font-size: 1em;
    padding: 0;
}
ul {
    list-style-position: inside;
    text-align: center;
    padding: 0;
}

.art{
	display: none ;
}

input {
    display: block;
    margin: auto;
}
img {
	max-width: 90% ;
	max-height: 400px ;
	margin: auto ;
	display: block ;
}
figcaption {
    padding: 4px;
}

ul.nopoint {
    list-style-type: none;
}
