body {
    background-image: url('bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    clear: both;
    margin: 0 auto;
}
#center {
     width: 417px;
     margin: 0 auto;
}
#yetti {
    display: block;
    margin: auto;
    align-content: center;
    margin-top: 20%;
}
p {
    font-family: 'Special Elite', cursive;
    text-align: center;
    font-size: 2em;
    color: #808080;
}