body {
    background-color: black;
}
.paradisebody {
    background-image: url(images/);
}
.page {
    max-width: 700px;
    margin: auto;
    margin-top: 60px;
    position: relative;
    float: center;
    padding: 10px;
    color: white;
    text-align: left;
    line-height: 20px;
    font-family: cambria;
}
#container {
    background-color: black;
    max-width: 700px;
    margin: auto;
    position: relative;
    float: center;
    padding: 10px;
    border: thin double #ffffff;
    color: white;
    text-align: cente;
    font-size: 16px;
}
img {
    display: flex;
    margin: auto;
    border: 1px solid white;
}
ul {
  list-style-type: none;
  list-style-position: inside;
}
li:before {
    content: "—";
    display: block;
    float: left;
    width: 1.5em;
    color: white;
}
mark {
    background-color: black;
    color: #dbb9bf;
    
}
mark:hover {
    background-color: black;
    color: #865c63;
    
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #dbb9bf;
    font-style: italic;
}
.article2 {
    text-align: center;
}