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

.music {
    width: 40%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    font: 23px BlackChancery;
    background-image: url("../Imagens/1.gif");
    background-size: 218px 112px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: auto;
}

.menu-nome {
    font-weight: bold;
    letter-spacing: .2rem;
    color: #a8553e;
    padding-left: 70px;
}

.positleft {
    float: left;
    font-weight: bold;
}

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

.music a:link,
.music a:visited {
    color: #FFFFFF; /* branco normal */
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.music a:hover {
    color: #bf7315; /* dourado no hover */
    text-decoration: underline;
}

.music a:active {
    color: #FFFFFF; /* branco quando ativo */
    text-decoration: underline;
}

.imag {
    margin-left: 20px;
}
