/* CustomerPage CSS */
p {
  font-size: 2em;
}

a {
  text-decoration: none;
  font-size: 1.5em;
  color: black;
  background: white;
  border-radius: .5em;
  display: block;
  padding: .5em 1em;
  box-shadow: 0 0 .5em 0 hsl(300, 95%, 70%);
}

a:hover {
  transform: scale(1.1);
}