body {
    background-color: blue;
}

.header {
    color: yellow;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-left: 20px;
}


* {
    color: yellow;
    font-family: 'Times New Roman', Times, serif;
    font-weight:lighter;
    margin-left: 30px;
}
figcaption {
    color: yellow;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 0px;
}
#element1 {
    border-color: yellow;
    border-style: double;
    border-radius: 12px;
}
#element2 {
        border-color: yellow;
        border-style: double;
        border-radius: 12px;
}
h2 + p {
    color: yellow;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 30px;
}
a {
    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: yellow;
    font-family: "JetBrains Mono", monospace;
    font-weight: 2;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(79, 79, 79, 1);
}
h2 + div {
    color: blue;
    font-family: 'Times New Roman', Times, serif;
    font-weight: normal;
    margin-left: 10px;
}
#hiddentext {
    color: blue;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 30px;
}
.hiddenmonologue {
    color: blue;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-small;
    text-align: right;
}
.navbar {
    background-color: navy;
    color: yellow;
    padding: 15px;
    text-align: center;
}
.navbar a {
    color: yellow;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
}