body {
    background-color: black;
}

.header {
    color: lightcoral;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-left: 20px;
}


* {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight:lighter;
    margin-left: 30px;
}
figcaption {
    color: gray;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 0px;
}
#element1 {
    border-color: white;
    border-style: double;
    border-radius: 12px;
    
}
h2 + p {
    color: whitesmoke;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 30px;
}
a {
    border-style: outset;
    font-weight: bolder;
    font-size: larger;
    font-family: "Encode Sans", sans-serif;
    font-weight: 2;
    font-style: italic;
    font-variation-settings:
      "wdth" 100;
    text-shadow: 2px 2px 2px rgba(110, 110, 110, 1);
}
ul li {
    color: teal;
    font-family: "JetBrains Mono", monospace;
    font-weight: 2;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(79, 79, 79, 1);
}
h2 + div {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    margin-left: 10px;
}
#hiddentext {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 30px;
}
.hiddenmonologue {
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-small;
    text-align: right;
}