.page {  max-width: 1024px;  margin: auto;}   .menu {  text-align: right;}.titelpagina {}.inleiding  {  display: grid;  grid-template-columns: 100%;  height: 86vh;  overflow-y: auto;}.translate  {  display: grid;  grid-template-columns: 50% 50%;  height: 84vh;  overflow-y: auto;}.separator  {  margin: 0;  width: 33%;  height: 2%;}  #footer {    width: 100%;    height:10%;    background-color: #eee;    overflow-y: auto;}.latin  {  margin: 0px 2% 0px 2%;}.nederlands  {  margin: 0px 2% 0px 2%;}.vn {  vertical-align: super;  font-size: x-small;}.note {   margin-left: 2em;   text-indent: -1.5em;} /* unvisited link */a:link, a:link {  text-decoration: none;  color: blue;}/* visited link */a:visited {  text-decoration: none;  color: blue;}/* mouse over link */.inleiding a:hover, .translate a:hover {  color: hotpink;}/* selected link */.inleiding a:active, .translate a:active {  text-decoration: none;  color: red;} h4 {  font-weight: bold;  margin: 0;}p {  margin-block-start:0em;  margin-block-end:0.5em;}li {  margin: 0.5em 0px 0px 0px;}h1 {   font-style: italic;   text-align: center;}   