html,body{
    width: 99%;
    height:100%;
    border: 0px solid #000000;
}
  img{
      max-width: 100%;
      height: auto;
    }

.geral{
   
    width: 97%;
    height: 9%;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: auto;
}

.music{
	width: 40%;
	height: 90px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
	margin: 8px;
	font: 22px BlackChancery;
	background-image: url("../Imagens/1.gif");
    background-size: 270px 75px;
    background-repeat: no-repeat;
    background-position: center;
	overflow: auto;
}
.menu-nome {
    font-weight: bold;
    letter-spacing: .2rem;
    color: #fff;
    padding-left: 70px;
}
.positleft {
     float: left;
     font-weight: bold;
}

.positrigth {
     float: right;
     font-weight: bold;
}

.music a:link {
  color:#ffffff;
  text-decoration:none;
}
.music a:visited {
  color:#fff;
  text-decoration:none;
}
.music a:hover {
  color:#FF0000;
  text-decoration:underline;
}
.music a:active {
  color:#FFFFFF;
  text-decoration:underline;
  font: 20px Comic Sans MS;
  background-color:#fff;
}

.imag{
    margin-left: 20px;
}