body {
    background-color:aquamarine;
    background-image: url("BG_Ooze.png")
}
p {
    color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    width:fit-content;
}

footer {
    color:brown;
    border-radius:8px;
    background-color:gray;
    border:2px solid darkgreen;
    align-content: center;
    width:fit-content;
    text-align:center;
}

h1 {
    color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    align-content: center;
    width:fit-content;
    text-align:center;
}

h2 {
    color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    align-content: center;
    width:fit-content;
    text-align:center;
    }
h3 {
  color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    align-content: center;
    width:fit-content;
    text-align:center;
  }
ul {
    color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    width:fit-content;
}

dl {
  color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    width:fit-content;
  }
ol {
  color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    width:fit-content;
}
h5 {
  color:brown;
    border-radius:8px;
    background-color:gray;
    border:2px solid darkgreen;
    align-content: center;
    width:fit-content;
    text-align:center;
}

table {
  color:antiquewhite;
    border-radius:8px;
    background-color:gray;
    border: 2px solid darkgreen;
    width:fit-content;
    word-wrap:break-word;
    border-collapse:collapse;
}

td, tr {
color:white;
border:1px solid black;
word-wrap:break-word;
}

.modLinks {
    color:brown;
    border-radius:8px;
    background-color:gray;
    border:2px solid darkgreen;
    align-content: center;
    width:fit-content;
    text-align:center;
}