/*introdução*/
.coluna{
    display: flex;
    flex-flow: column nowrap;
}
.cabecalho{
    background-color:ghostwhite;
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 11vh;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity:0.9;
}

.wing{
    font-size: 25pt;
    font-family: "Courier New";
    display: flex;
    margin-inline: 10px;
}
.botoes{
    display: flex;
    margin-inline: 35px;
}
.opcoes{
    display: flex;
    flex-flow: row nowrap;
    font-size: 20pt;
    font-family: "Courier New";
    padding: 20px;
}
.botint{
    text-decoration: underline;
    text-decoration-color: black;
    padding-right: 25px;
}

.botalun:hover{
    text-decoration: underline;
    padding-right: 25px;
    color: black;

}

a{
    color: black;
    text-decoration: none;
}
.botalun{
    padding-right: 25px;
}
.botjog{
    padding-right: 25px;
}

.botjog:hover{
    text-decoration: underline;
    text-decoration-color: black;
    padding-right: 25px;
}


.explicação{
    font-family: Righteous;
    display:flex;
    justify-content: center;
    font-size: 45pt;
    color: indigo;
}
.texto{
    font-family: "Calibri";
    font-size: 1.63vw;
    font-weight: normal;
    color: black;
    width: 55vw;
    height: 50vh;
    text-align: justify;
}
.caixadotexto{
    display:flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.fundotexto{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: 69vh;
    background: rgba(255, 255, 255, 0.5);

}
body{
    background-image: url("img/fundo_pag.jpg")
}
.foto{

}