body {
    width: 100%;
    margin: auto;
    padding: 0px;
    height: 750px;
    background: rgb(173,173,173);
    background: linear-gradient(0deg, rgba(173,173,173,1) 0%, rgba(240,240,240,1) 45%, rgba(255,255,255,1) 89%);
}

#topContact {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 30%;
    text-align: center;
}