#legal-notices {
	padding: 20px;
}

address {
    font-style: normal;
    color: inherit;
}

.email-link {
    color: inherit;
}

.email-link:hover {
    font-weight: bold;
}

.link-icon {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	margin-left: 0.3em;
	transition: width 0.2s, height 0.2s;
}

.link-icon:hover {
	width: 1.2em;
	height: 1.2em;
}

#personal-data {
	scroll-margin-top: 120px;
}

@media (max-width: 600px) {
  p,
  ul {
    font-size: small;
  }
}
