body {
  font-family: verdana,sans-serif,arial;
  background-color: #62b584;
}

h1 {
  text-align: center;
  font-size: 44pt;
  font-weight: normal;
  margin: 0;
}

h2 {
  text-align: center;
  margin: 0 0 0.5em 40%;
  font-size: 14pt;
  font-weight: normal;
}

h3 {
  text-align: center;
  font-size: 22pt;
  font-weight: normal;
  margin: 0 0 0.4em 0;
}

div.AlbumCover {
  text-align: center;
}

div.Credits {
  text-align: center;
  font-size: 12pt;
  font-weight: normal;
  font-style: italic;
}

div.Credits p {
  margin: 0;
}

div.Track {
  width: 12%;
  padding: 5px 0;
  border: 1px solid black;
  text-align: center;
}

div.Tracks {
  height: 300px;
}

div.Tracks #Track1 {
  position: relative;
  top: 20px;
  left: 44%;
  background-color: #ce64a6;
}

div.Tracks #Track1 a {
  font-size: 18pt;
  font-weight: bold;
  color: #61d1e9;
}

div.Tracks #Track5 {
  position: relative;
  top: 80px;
  left: 30%;
  background-color: #f2a8c3;
}

div.Tracks #Track5 a {
  font-size: 18pt;
  font-weight: bold;
  color: #d33d85;
}

div.Tracks #Track2 {
  position: relative;
  top: 39px;
  left: 58%;
  background-color: #474fa6;
}

div.Tracks #Track2 a {
  font-size: 18pt;
  font-weight: bold;
  color: #fee882;
}

div.Tracks #Track3 {
  position: relative;
  top: 101px;
  left: 52%;
  background-color: #f58637;
}

div.Tracks #Track3 a {
  font-size: 18pt;
  font-weight: bold;
  color: #292f6d;
}

div.Tracks #Track4 {
  position: relative;
  top: 60px;
  left: 36%;
  background-color: #fae333;
}

div.Tracks #Track4 a {
  font-size: 18pt;
  font-weight: bold;
  color: #dd4b26;
}

div.Links {
  text-align: center;
  margin: 0.5em;
}

div.Thanks {
  margin: 0.5em 10%;
  padding: 5px 20px;
  background-color: #d5f1d9;
  text-align: justify;
  font-size: 12pt;
}

div.Thanks .Header {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.License {
  margin-top: 1em;
  text-align: center;
}
