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 #CCCCCC;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: auto;
}

.music{
width: 40%;
	height:70px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin:8px;
	font: 25px Monotype Corsiva;
	background-image: url("../Imagens/1.gif");
        background-size: 260px 70px;
        background-repeat: no-repeat;
        background-position:center;
        overflow: auto;
}
.positleft{
	float: left;
}

.positrigth{
	float: right;
}


.music a:link {
  color:#CCCCCC;
  text-decoration:none;
}
.music a:visited {
  color:#FFFFFF;
  text-decoration:none;
}
.music a:hover {
  color:#b80707;
  text-decoration:underline;
}
.music a:active {
  color:#CCCCCC;
  text-decoration:underline;
  font: 20px Comic Sans MS;
  background-color:#b80707; /quando clica no menu muda a cor*/
}

.imag{
    margin-left: 20px;
}
