body {
	background-color: #d7c5b7;
}

h1 {
	color: #3D0405;
	text-align: center;
}
p {
	font-family: "Goudy Old Style";
	font-size: 20px;
}


.fa-facebook {
  background: #3B5998;
  color: white;
}


.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
<h2>Contact Us At</h2>

<table style="width:100%">
  <tr>
    <th>Pasta Amore</th>
    <th>353 Elm Street Manchester, NH O3109</th> 
    <th>603-123-4567</th>
  </tr>
  
  
</table>
