body {
    background: #000000;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    margin: 0;
    text-align:center;
}
.container {
    margin-right: auto;
    margin-left: auto;
    width:800px;
    text-align:center;
}
.header {
    background: #000000;
    border-bottom: 1px solid #000000;
    height: 40px;
    position: fixed;
    top: 0;
    width: 800px;
    margin:0;
    text-align:center;
}
.canvas {
    background: url('/images/locations/spaceship.jpg') no-repeat center bottom;
    background-size:800px;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    margin-top:60px;
    width:800px;
    height:700px;
    position:relative;
    border-radius:20px;
    border: 2px solid #233F4C;
}
img#puppy {
    width: 170px;
    position:absolute;
    bottom:90px;
    left:320px;
    filter:brightness(1.2);
}
img#puppy:hover {
    transform:rotate(2deg);
    transition: all 0.5s ease;
}