body {
    font-family: 'PT Sans', sans-serif;
    background: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0px;
    margin: 0px;
    background-position: right 0px bottom 230px;
}

html {
    height: 100%;
}

.bottomcontent{
    font-family: 'PT Sans', sans-serif;
    height: 250px;
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: right;
}

.email {
    margin-top: 160px;
    width: 265px;
    position: fixed;
    right: 9%;
}

.email a {
    color: black;
    text-decoration: none;
    text-align: right;
    padding-right: 9%;
    font-size: 14px;
    padding-top: 200px;
    letter-spacing: 3px;
}

.title {
    color: white;
    text-align: right;
    padding-right: 9%;
    font-size: 36px;
    margin-top: -120px;
    letter-spacing: 11px;
}

.envelope {
    float:left;
    margin-top: -2px;
}