/* style */

body {
    background-color: #000;
    color: #fff;
    font-family: 'MS Gothic', monospace;
    text-shadow: 2px 2px 2px #f00;
    image-rendering: pixelated;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #c00 #600;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #600;
}

*::-webkit-scrollbar-thumb {
    background:#c00;
}

.draggable {
    cursor: move;
}

/* main */

.container {
    border: 1px solid #f00;
    max-width: 600px;
    margin: auto;
    padding: 5px 20px;
}

h1 {
    font-style: italic;
}

a {
    font-style: italic;
    color: #f00;
}

p {
    font-size: 1.2em;
}

ul {
    list-style-type: square;
}

ul a {
    font-size: 1.2em;
}

#fun-facts {
    direction: rtl;
}

img#img1 {
    position: absolute;
    width: 100px;
    top: 220px;
    left: 360px
}

img#img2 {
    position: absolute;
    width: 250px;
    top: 180px;
    left: 750px;
}
