body {
	background-color: #000000;
	color: #FFFFFF;
}

h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFFFF;
}

div, p {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    background-color: transparent;
	color: #FFFFFF;
}

.songlist, #main {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    background-color: transparent;
	color: #FFFFFF;    
}

.sections {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 1em;
    text-align: center;
    background-color: transparent;
	color: #FFFFFF;    
}


.container {
    position: relative;
    height: 0;
    overflow: auto
}

.responsive-iframe {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
    position: absolute;
    border: none;
    background-color: transparent;
	color: #FFFFFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-columns {
    column-width: 200px;
    column-count: 3;
  column-gap: 20px;
}

.responsive-image {
  width: 100%;
  height: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  height: 25%;
}


.text-center {
  text-align: center;
}

