
html,body{
    width: 99%;
    height:100%;
    border: 0px solid #000000;
}
  img{
      max-width: 100%;
      height: auto;
    }

.geral{
    background: ; 
    width: 97%;
    height: 9%;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #c3c5c9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: auto;
}

.music{
	width: 33%;
	height:60px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin:7px;
	font: 26px Monotype Corsiva;
	background-image: url("../Imagens/1.gif");
        background-size: 300px 100px;
        background-repeat: no-repeat;
        background-position:center;
        overflow: auto;
}
.positleft{
	float: left;
}

.positrigth{
	float: right;
}


.music a:link {
  color:#ffffff;
  text-decoration:none;
}
.music a:visited {
  color:#c3c5c9;
  text-decoration:none;
}
.music a:hover {
  color:#000000;
  text-decoration:underline;
}
.music a:active {
  color:#525459;
  text-decoration:underline;
  font: 24px Comic Sans MS;
  background-color:#000000;
}

.imag{
    margin-left: 20px;
}