* {display: flex;}
* { margin: 0;
box-sizing: border-box;}

#principal {
    background-color: white;
    width: 100%;
    height: 100vh;
}


.cab
{
    background-color: #BE75AB;
    width: 100%;
    height: 20vh;
    display: inline-block;
}

.logo
{
    width: 200px;
    height: 10vh;
    margin-left: 600px;
}

#botoesmenu
{
    margin-left: 520px;
    margin-top: 30px;
    
}

#botoesmenu a
{
    color: black;
    text-decoration: none;
}

.local
{
    margin-left: 100px;

}

.local
{
    text-decoration: none;
    color: black;
}

#pesquisa
{
    margin-left: 1070px;
    position: absolute;
    
}

input
{
    border-radius: 5px;
    border: none;
    background-color: #c98cb9;
    height: 22px;
}

#joias
{
    margin-top: 5%;
    margin-left: 5%;
}
.aneisPrata
{
    margin-left: 4%;
}
.correntes
{
    margin-left: 4%;
}
.relogios
{
    margin-left: 4%;
}