body {
    font-family: Consolas, Arimo, Arial, Helvetica, sans-serif;
    user-select: none;
    padding: 0;
    margin: 0;
}

.container {
    /*** Define Tamanho Para Centralizar Sem Quebrar ***/
    height: 100%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;

    padding: 2vw;
    line-height: .7;
    
    background-color: rgb(237, 237, 237);
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    /* height: fit-content; */

    width: 92vw;

    padding-top: 1.5vw;
    margin: 0;

    border: 1px solid #222;

    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.80) 0px 5px 15px;
    /* border-radius: 8px; */
}

/*** Cabeçalho ****************************************/
h1, h2, h3, h4 {
    line-height: 5vw;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    font-size: 4vw;
    color: #DA1C1C;
    font-weight: 700;
}

h2 {
    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 3.2vw;
    color: #009900;
}

h3 {
    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    font-weight: 500;
    font-size: 3.5vw;
    color: #00f;
    text-shadow: 1px 1px 4px #999;
}

h4 {
    font-family: "Roboto", "Arimo", "Arial", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 3.8vw;
    color: #D68910;
    margin-bottom: 1vw;
    letter-spacing: 1px;
}

/*** Minicifra ***********************************/
.titulo-minicifra {
    font-family: Roboto, Arial sans-serif;
    color: blue;
    font-size: 3.5vw;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 1;
    text-shadow: 1px 1px 4px #aaa;
}

.minicifra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;

    background-color: white;
    border: 1px solid #313131;

    margin: 0;
    margin-top: 1vw;
    margin-bottom: 1vw;

    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;

    box-shadow: rgba(0, 0, 0, 0.50) 0px 5px 15px;
}

.estrofes-mc {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;

    margin: 0;
    /* margin-top: 2vw; */

    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;

    background-color: #b8f7d7;
}

.titulo-estrofe {
    font-family: Consolas, monospace;
    font-size: 2.5vw;
    font-size: 4vw;
    /* font-weight: 800; */
    line-height: 1.2;
    margin: 6px;
    padding: 0;
    margin: 0;
    color: black;
}

.cifra-pre {
    font-family: Consolas, monospace;
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.1;
    /* margin: 2vw; */
    margin-top: 0.8VW;
    margin-bottom: 0.8VW;

    /* font-weight: 700;
    text-decoration: none;
    line-height: 0.8; */
    /* background-color: #D68910; */
}

b {
    color: rgb(0, 0, 221);
}

i {
    color: rgb(1, 127, 1);
    font-style: normal;
}

u {
    color: #ad19e7;
    text-decoration: none;
}

s {
    color: #d8032d;
    text-decoration: none;
}

bdi {
    text-decoration: none;
    font-weight: 700;
}

cite {
    /* color: black; */
    font-style: normal;
    text-decoration: underline;
}

