body {
    background-image: url(../images/lift.jpg);
    font-family: Georgia, 'Times New Roman', Times, serif;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;

}

article {
    float: right;
    border: steelblue solid 4px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width: 40%;
}

h1 {
text-align: center;
}

p {
text-align: center;
text-shadow: 4px 3px 3px chartreuse;
}

#home {
    float: left;
    border: none;
    font-size: 60px;
}

#pic {
    padding-left: 160px;
}