@font-face {
    font-family: pixel;
    src: url("fonts/orange kid.ttf")
}

html {
    background: #e6e9e9;
    background-image: url("style-images/Background-1.png");
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    background-image: url("style-images/Background-2.png");
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #8bf9ff;
    font-family: pixel;
    font-size: 28px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #e0aaff;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #aaffaa;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}

img {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 95%;
}

figcaption {
    display: block;
    margin: 1.3em auto;
    text-align: center;
}

table, th, td {
    border: 1px solid white;
    border-spacing: 3px;
}

th, td {
    padding: 5px;
}

td, img {
    text-align: center;
    vertical-align: middle;
}

#go-back {
    text-align: center;
    transform: scale(.85);
    margin-left: -35px;
    margin-right: 2000px;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

#big-monster-inside{
    text-align: center;
    transform: scale(.4);
    margin-left: -320px;
    margin-top: -250px;
    margin-bottom: -300px;
}

#aw-rats{
    text-align: center;
    margin-left: -325px;
    margin-top: -250px;
    margin-bottom: -250px;
}