body {
    background-color: black;
    color: red;
    font-size: 24px;
    font-family: "Lucida Console", Monaco, monospace;
}

#container {
margin-left: 20%;
}

.Artist-Details {
    font-size: 14px;
    text-align: right;
    margin-right: 20%
}

.Artist-Details h1 {
    color: lightblue;
    font-size: 24px;
    text-align: right;
}

.discography {
padding: 0px;
}

.Sponsors-Box {
    font-size: 14px;
    text-align: left;
    margin-left: 60%;
}

.Sponsors-Box h4 {
    color: lightblue;
}

.Sponsors-Box a:hover, a:link, a:visited {
    color: lightblue;
}

ul {
      list-style-type: none;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: #e2e2e2;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: white;
}

.title {
  font-family: "Lucida Console", Courier, monospace;
  
}