html {
    background-color: #ccffbb;
    background-image: url("/myWorld/images/windowsXP.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
html, body {
    min-height: 100%;
}
body {
    margin-left: 20%;
    margin-right: 20%;
    text-align: justify;
    text-indent: 10%;

    font-family: "Lilex", monospace;
    color: #112211;

    background-color: rgba(204 255 187 / 0.5);
    
}

footer {
    text-align: center;
    text-indent: 0%;
}

img {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: auto;
    text-indent: 0%;
}

h1,h2,h3,h4,h5,h6 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: black;
    text-indent: 0%;
}

.subheading {
    text-align:center;
    font-family: monospace;
    color:#333355;
    text-indent: 0%;
}

.divider {
    text-align:center;
    font-family: monospace;
    color: black;
    text-indent: 0%;
}

.hidden-button {
    text-decoration-line: none;
    color: #112211;
}
.hidden-button:visited {
    text-decoration-line: underline;
    color: unset;
}
.hidden-button:hover {
    text-decoration-line: underline;
    cursor:pointer;
}

.button {
    font-family: "Lilex", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #6688ff;
    background-color: rgba(204 255 187 / 1);
}
.button:hover {
    cursor:pointer;
    border: 2px solid black;
}