/* use for the lyrics hub */

body {
  margin-left: 10%;
  margin-right: 10%;
  background-color: #f3e7f2;
}

h1,
h2,
h3,
p,
div {
  text-align: center;
}

li {
  text-align: center;
  padding: 2px;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

a.linky {
  text-align: left;
  margin-left: -11%;
  color: crimson;
  background-color: transparent;
  text-decoration: none;
}

.container {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

.listy {
  display: inline-block;
}

a:link,
a:visited {
  color: #f23d97;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: slateblue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}