<style>
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#soul {
    background-image: url(../images/soulwidenotext.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    text-align: right;
    background-size: cover;
    margin-right: 30px;
    margin-top: 15px;
    line-height: 42px;
    color: teal;
}


#hair {
    background-image: url(../images/hairhoriznotext.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background-size: cover;
    color: brown;
}

#sam {
    background-image: url(../images/monogomywidenotext.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    background-size: cover;
    text-align: right;
    color: white;
    margin-right: 30px;
    margin-top: 15px;
}

a {
    position: absolute;
    z-index: 100;
}

</style>