html {
   height: 100%;
   width: 100%;
   background: #0B4C5F;
}
body {
   width: 99%;
   height: 100%;
   background: #0B4C5F;
   overflow: hidden;
}

	img{
      max-width: 100%;
      height: auto;
    }

    .container{
      width: 100%;
      height: 100%;
      background: #0B4C5F;
      overflow: auto;
      border: 0px solid #444444;
    }

    .box_ger{
      display: table;
      margin: 0 auto;
      margin-top: 15px;
      width: 97%;
      height: 200px;
      border: 0px solid #444444;
      background-color: #0B4C5F;
      }

    .generos{
      text-align: center;
    }

/*------------------*/
a:link {
  text-decoration: none; 
  color: #C6BA7F;
}

a:visited {
  text-decoration: none; 
  color: #C6BA7F;
}

a:hover { 
  text-decoration: none;
  color: #F4A931;
}

texto{ 
  color: #583300;
}

.music{
  margin: 10px;
  overflow: auto;
  border-radius: 10px;
  border: 0px solid #000000;
  font-size: 22px;
  float: left;
  background: #0B1BEE;
  padding: 5px;
 }

.cantor{
  width: auto;
  margin: 5px;
  float: left;
  text-align: center;
  border: 0px solid red;
  font-size: 22px;
  background: #093846;
}

.band{
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  border: 0px solid #9E8D5A;
}

 