body {
    background: #643724 url(../images/background.jpg) repeat;
}

#title {
    margin: 200px auto 0 auto;
    width: 630px;
    height: 400px;
    background-color: #ED6E43;
    background-image: url(../images/karingroet.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -2000px;
    white-space: nowrap;
    transform: rotate(-5deg);
    box-shadow: 3px 3px 10px black;
}