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

.music {
    width: 270px;
    height: 100px; /* Aumentado para evitar corte */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px;
    font: 25px Monotype Corsiva;
    background-image: url("../Imagens/1.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px;
}

.positleft {
    float: left;
}

.positrigth {
    float: right;
}

.music a:link {
    color: #ffffff;
    text-decoration: none;
}

.music a:visited {
    color: #4496e3;
    text-decoration: none;
}

.music a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.music a:active {
    color: #68a8e3;
    text-decoration: underline;
    font: 28px Monotype Corsiva;
}

.imag {
    margin-left: 20px;
}
