/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

body { background:#fff; }

#logo {
    position:relative;
    margin:15% auto;
    width:66%;
    max-width:600px;
    overflow:hidden;
}
    #logo img { width:100%; }