#contact section { padding: 50px 0; }
#contact section address a { color: inherit; text-decoration: none; transition: all 300ms ease; }
#contact section address a:hover { color: var(--theme-gold-color); margin-left: 10px; }