*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: "Roboto", sans-serif;
}
.site{
    display: flex;
    justify-content: center;
    background-color: black;
}
#topo{
    display: flex;
    background-color: black;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
}
#conta{
    display: flex;
}
h2{
    color: white;
}
a{
    color: #00bfff;
    font-weight: bold;
    margin-top: 5px;
    text-decoration: none;
}
a:hover{
    cursor: pointer;
    color: #0047ab;
    font-weight: bold;
}
main{
    margin: 40px 0px;
}
.conteiner{
    display: flex;
    justify-content: center;
}
.conteudo{ 
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
}
#rodape{
    width: 1200px;
}
.sub_rodape{
    display: flex;
    justify-content: space-between;
    background-color: black;
    margin-top: 20px;
}
.link_sub{
    display: flex;
    flex-direction: column;
    
}
.link_ca{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
    margin-right: 10px;
}
.link_ca:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
#botao_pesquisa{
    background-color: #00bfff;
    color: white;
    border: solid 2px white;
}
#botao_pesquisa:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}
.b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5px;
    margin-right: 5px;
    align-items: center;
}
#campo_de_pesquisa{
    border: solid 3px white;
}
.fa{
    color: white;
    padding-right: 5px;
}
.sub_rodape2{
    display: flex;
    justify-content: space-between;
    background-color: black;
    align-items: center;
}
.b2{
    border: solid 1px white;
    border-radius: 20px;
    padding: 10px;
    margin-right: 5px;
}
#pagamento{
    margin-top: 20px;
}
#certificado{
    margin-top: 20px;
}
.dp{
    color: black;
}
.descricao_pro{
    width: 549;
}
.star{
    color: rgb(0, 0, 0);
}
.avaliacao_pro{
    display: flex;
    margin-top: 10px;
}
.rating{
    margin-left: 3px;
}
.preco_compra{
    margin: 10px 0px;
    display: flex;
    justify-content: center;
}
.b_comprar{
    background-color: #00bfff;
    color: white;
    border: solid 2px black;
    padding: 10px 20px;
    margin-left: 20px;
}
.b_comprar:hover{
    cursor: pointer;
    background-color: #0047ab;
    font-weight: bold;
}