body {
    background-image: url(../images/mapofmentallecdarkolivegreen.png);
    background-position: center;
    background-color: darkolivegreen;
    color: darkolivegreen;
    margin: 40px;
    font: larger;
    font-family: sans-serif, serif;
}
.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
p {
    color: olive;
    background-color: black;
    font-size: larger;
    border: 10px coral;
    border-style: inset;
    padding: 30px;
    max-width: auto;
    margin: auto;
    align-items: center;
}
pre {
    color: olive;
    background-color: black;
    font-size: larger;
    border: 10px coral;
    border-style: inset;
    padding: 30px;
    max-width: 750px;
    margin: auto;
    align-items: center;
}
h1 {
    color: #ff7f50;
    background-color: black;
    font-size: 350%;
    font-family: Noto serif;
    font-weight: bold;
    text-align: center;
    margin:auto;
    max-width: auto;
    border: 35px coral;
    border-style: inset;
    padding: 35px;
}
h2 {
    color: seagreen;
    background-color: black;
    font-size: 250%;
    font-family: Noto serif;
    font-weight: bold;
    text-align: center;
    margin:auto;
    max-width: auto;
    border: 25px coral;
    border-style: inset;
    padding: 35px;
}
h3 {
    color: orange;
    background-color: black;
    font-size: 150%;
    font-family: Noto serif;
    font-weight: bold;
    text-align: center;
    border: 10px coral;
    border-style: inset;
    padding: 30px;
    max-width: auto;
    margin:auto;
}
h4 {
    color: orangered;
    background-color: black;
    font-family: Noto serif;
    font-weight: bold;
    text-align: center;
    border: 10px coral;
    border-style: inset;
    padding: 20px;
    max-width: auto;
    margin:auto;
}
h5 {
    color: skyblue;
    background-color: black;
    font-family: Noto serif;
    font-weight: bold;
    text-align: center;
    border: 10px coral;
    border-style: inset;
    padding: 10px;
    max-width: auto;
    margin:auto;
}
h6 {
    text-align: center;
    margin:auto;
}
button {
  background-color: black;
  border: 10px;
  border-style: inset;
  border-color: coral;
  color: seagreen;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-weight: bolder;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
a {
    color: seagreen;
}
a :hover {
    color: goldenrod;
}
a :active {
    color: lightgreen
}
hr {
    color: black;
    size: 10px;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
ul {
    color: olive;
    list-style:none;
    background-color: black;
    font-size: larger;
    border: 10px coral;
    border-style: inset;
    padding: 30px;
    max-width: auto;
    margin: auto;
    text-align: center;
    align-items: center;
}
ul li{
    margin: 15px;
}
ol {
    color: olive;
    list-style: decimal;
    background-color: black;
    font-size: larger;
    border: 10px coral;
    border-style: inset;
    padding: 30px;
    max-width: auto;
    margin: auto;
    align-items: left;
}
ol li {
    background-color: black;
    text-align: left;
    margin: 15px;
}
table {
    background-color: black;
    color: olive;
    font-size: larger;
    border: 10px;
    border-color: coral;
    border-style: inset;
    padding: 30px;
    margin: auto;
    max-width: auto;
    text-align: left;
}
td {
  text-align: left;
  padding: 10px;
}
th {
  text-align: center;
  padding: 10px;
}
