a{
    text-decoration: none;
}

body{
    text-align: center;
}

.contact {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid gray;
    padding-top: 20px;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
    background-color: black;
    color: white;
}