@media (prefers-color-scheme: dark){
    body {
	background:#000
    }
}
body{
    margin:1em auto;
    max-width:48em;
    padding:0 .62em 3.24em;
    font-size: 1.4em;
}
h1,h2,h3 {
    line-height:1.2
}

.title {
    font-size: 2.0em;
    line-height: 0.6em;
}

a {
  outline-color: transparent;
}

a:link {
     text-decoration: none;
  color: blue;
}

a:visited {
  color: blue;
}

a:focus {
  text-decoration: none;
  background: blue;
}

a:hover {
  text-decoration: none;
}

a:active {
  background: #6900ff;
}

.subtitle {
    font-size: 40%;
}


header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.title {
    margin: 0;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu li {
    margin-left: 20px;
}

.menu a {
    text-decoration: none;
    color: #333;
}

.menu a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.footer {
    font-size: 0.8em;
    text-align: center;
}

@media print{
    body{
	max-width:none
    }
}
