body
{
  background-color: black;
  color: rgb(255,0,25);
  font-family: arial;
  width: auto;
  text-align: left;
}

.logo
{
  max-width: 100%;
  max-height: 150px;
}

.album-cover
{
  max-width: auto;
  max-height: 480px;
}
.dornier
{
  max-width: 100%;
  max-height: 480px;
}

.header
{
  font-size: 32px;
  border-top: 2px solid rgb(255,0,25);
  border-left: 2px solid rgb(255,0,25);
  border-right: 2px solid rgb(255,0,2);
  border-bottom: 1px solid rgb(255,0,25);
  border-radius: 4px 4px 0px 0px;
  padding: 4px 4px 4px 4px;
  vertical-align: middle;
  background-color: black;
}

.content
{
  font-size: 26px;
  border-left: 2px solid rgb(255,0,25);
  border-right: 2px solid rgb(255,0,25);
  border-bottom: 2px solid rgb(255,0,25);
  border-radius: 0px 0px 4px 4px;
  padding: 4px 4px 4px 4px;
  vertical-align: middle;
  background-color: black;
  height: 980px;
  overflow: auto;
}

a:link
{
  color: rgb(255,0,25);
  text-decoration: none;
}
a:visited
{
  color: rgb(255,0,25);
  text-decoration: none;
}
a:hover
{
  color: rgb(255,191,127);
  text-decoration: underline;
}
a:active
{
  color: rgb(255,0,25);
  text-decoration: none;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(255,0,25);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(255,63,0);
}

p
{
  margin-bottom: -16px; 
}