body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Georgia, "Bitstream Charter", Times, serif;
    background-color: #000;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url("bgtop.png");
    background-attachment: fixed;
}

pre, code {
    letter-spacing: 0.03rem;
}

pre {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-family: "Courier New", "Courier", monospace;
    background-color: #422f42;
	border-radius: 0.5rem;
}

code {
    font-family: "Courier New", "Courier", monospace;
}

p {
    padding-top: 0;
}

em {
    font-style: italic;
    font-weight: normal;
}

strong {
    font-style: normal;
    font-weight: bold;
}

a:link {
    text-decoration: none;
    color: #8E43FD;
}

a:visited {
    text-decoration: none;
    color: #c944fd;
}

a:hover {
    text-decoration: underline;
    color: #ffc125;
}

a:active {
    text-decoration: underline;
    color: #ff0000;
}

.cadrounet {
    padding: 0.5rem;
    margin: 0.5rem;
    color: #dfdcd8;
    background-color: #1d2530;
	border-radius: 30px;
    box-shadow: #0d1530 15px 10px 0px;
}

.chord {
  padding 1rem;
  background-color: #0f1724;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
}

.chordspecial {
  padding 1rem;
  background: rgba(123, 26, 67, 0.79);
background: linear-gradient(277deg, rgba(123, 26, 67, 0.39), rgba(0, 0, 72, 0.92), rgba(0, 57, 30, 0.51));
  border-radius: 0.25rem;
}

.chordname {
    color: #11ffd8;
    font-family: "Courier New", "Courier", monospace;
}

.example {
  list-style-type: none;
}

#col {
    max-width: 70em;
    margin: 0px auto;
    margin-bottom: 40px;
    margin-top:8em;
    padding: 0px;
}

ul, ol {
  padding: 0 1rem;
  margin: 0;
  margin-bottom: 0.25rem;
}

.cadrounet > ul {
  margin: 0.5rem;
  padding-left: 1.5rem;
}

li p, li {
  margin: 0;
  padding: 0;
}

p, h1, h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 0.5rem;
}

li p {
  margin-bottom: 0;
}

h1, h2{
  text-align: center;
  text-shadow: 2px 2px #F21;
}

h1 {
  text-shadow: 2px 2px #A04;
}

h2 {
  text-shadow: 2px 2px #F21;
}

.chordbla {
  margin: 0;
}
