body {
    background: #eee;
    background-image: url("/img/background.jpg");
    color: #fff;
    font-size: 16px;
    font-family: 'mcfont', sans-serif;
}

select, input, button {
    font-family: inherit;
    font-size: inherit;
    outline: none;
}

main {
    width: 660px;
    margin: 0 auto;
}

h1 a {
    color: #fff;
    text-decoration: none;
}
