html {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

body {
    padding: 16px;
    text-align: center;
    background-color: #f5f5f5;
}

.flexContainer {
    display: flex;
    flex-direction: column;    
    align-items: center;
    row-gap: 15px;
    padding: 40px;
             
}

.fotoPerfil {
    border-radius: 50%;
    /* border: 6px solid #FFFFFF;       */
}

.tagShop {
    font-size: 1.0rem;
    /* text-transform: capitalize; */
}

.tagShop spam {
    color: #004a96;
    font-weight: bold;
}

.nomeVendedor {
    font-size: 1.5rem;
}

.Secbotoes {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 12px;
}

.botoes {
    background-color: #004a96;
    border: none;
    border-radius: 6px;
    border-color: #004a96;
    padding: 12px;
    font-size: 1em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.botoes a {
    text-decoration: none;
    color: #FFFFFF;
}

.botoes a:hover {
    color: #21a0d2;
}