@font-face {
    font-family: typewriter;
    src: url(../fonts/typewriter.ttf);
    text-decoration: none;
}

* {
    image-rendering: pixelated;
}

body {
    background-image: url(/assets/images/door.png);
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: 1530px;
    background-position-x: center;
}

a {
    font-family: typewriter;
    font-size: 30px;
    color: #eedecd;
    text-decoration: none;
}

p {
    display: block;
    margin: 60px auto 0 auto;
    text-align: center;
    font-family: typewriter;
    font-size: 18px;
    color: #eedecd;
}

#field {
    display: block;
    margin: 300px auto 0 auto;
    text-align: center;
    font-family: typewriter;
    font-size: 18px;
    color: #eedecd;
    background-color: #392824;
    border-color: #946b47;
    outline:none;
    box-shadow: 0 5px 3px black;
}

#knock {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    font-family: typewriter;
    font-size: 18px;
    color: #eedecd;
    background-color: #392824;
    border-color: #946b47;
    outline:none;
    box-shadow: 0 5px 3px black;
}