*{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
body{
    background-color: #181619;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p, h1, label, fieldset{
    color: #f1f1f1
}
hr{
    height: 3px;
    width: 90%;
}
p{
    text-align: center;
}
strong{
    font-size: 180%;
    line-height: 70px;
}
.h1_titulo{
    font-size: 230%;
    color: #f1f1f1;
}
div{
    background-color: #2c292e;
}
a{
    color: #f1f1f1;
    text-shadow: -0.5px 0px #d8334a;
    text-decoration-color: #d8334a;
    transition-duration: 0.2s;
}
a:hover{
    color: #d8334a;
    background-color: #f1f1f1;
}
.top_titulo{
    width: 90%;
    text-align: center;
    background-color: #d8334a;
}
.top_menu{
    width: 85%;
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 10px;
    border-radius: 10px;
}
.top_texto{
    text-align: justify;
    font-size: 120%;
}
#instagram{
    margin-left: 10px;
}
.explicacao_opts{
    background-color: #181619;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    align-items: center;
}
.opt_explica{
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
    margin: 10px;
    min-height: fit-content;
    height: 670px;
    width: 470px;
    border-radius: 10px;
}
.botao_trocar_imagem{
    margin-top: 10px;
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 0px;
    transition-duration: 0.3s;
    border-radius: 8px;
    height: 30px;
    border-color: #d8334a;
    color: #d8334a;
    font-size: 120%;
}
.botao_trocar_imagem:hover{
    background-color: #d8334a;
    color: #f1f1f1;
    border-color: #ffffff;
}
.contexto{
    background-color: #ffffff00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ferramenta {
    background-color: #ffffff00;
    margin: 10px;
    padding: 10px;
    min-width: 60%;
    width: fit-content;
}
.seletor_opts, .resultados_caixa{
    padding: 10px;
    margin-bottom: 10px;
}
.botao_filtrar{
    width: 40%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 6px;
    transition-duration: 0.3s;
    border-radius: 8px;
}
.botao_filtrar:hover{
    background-color: #d8334a;
    color: #f1f1f1;
    border-color: #ffffff;
}
input[type="checkbox"]:checked{
    accent-color: #d8334a;
}
.rodape{
    width: 100%;
    background-color: #2c292e;
    color: #f1f1f1;
    padding: 1%;
    text-align: center;
    position: relative;
    bottom: 0;
}
.rodape{
    position: relative;
    width: fit-content;
    background-color: #f1f1f1;
    color: #181619;
    text-align: center;
}
