body {
    background-color: #040C1C;
    background-image: none; /* Asetetaan JavaScriptillä */
    background-size: auto; /* Alkuperäinen koko, ei venytystä */
    background-attachment: fixed;
    background-position: top left;
    background-repeat: repeat; /* Toistaa kuvan molempiin suuntiin */
    color: #FFFFFF;
    margin: 0;
    padding: 20px;
    font-family: 'Verdana', sans-serif;
}



/* Erikoistyyli mustaa tekstiä vaativille taustoille */
.text-black-background,
.text-black-background * {
    color: #000000 !important;
}

/* Lokiruudun tyylit */
.site-log {
    border: 3px solid #82b0cb;
    padding: 10px;
    margin-top: 5px;
    background-color: #070050;
    white-space: normal;
    max-height: 300px;
    overflow-y: auto;
    font-size: 1em;
    font-family: 'verdana', sans-serif;
    color: #ffffff;
}

/* Lokiruudun sisäiset linkit erottuvalla värillä */
.site-log a,
.site-log a:link,
.site-log a:visited {
    color: #e3ff00 !important;
    text-decoration: underline;
}

.site-log a:hover {
    color: #00f5ff !important;
}
