#Pg4{

}
header{
    margin-top: 0;
    background-color: #0A0F1A;
    display: flex;
    width: 100%;
    height: 10vh;
}
.logo{
    height: 10vh;
}
body{
    margin: 0;
}
.pesquisar{
    margin-left: 34%;
    height: 4vh;
    width: 23%;
    margin-top: 2%;
    position: absolute;
}
.profile{
    margin-left: 80%;
}
.login{
    color: #1578D5;
    font-size: 25px;
}
.cima{
    height: 80px;
    background-color: #1578D5;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
a{
    font-size: 20px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-top: 28px;
}
.produtos{
    color: #1578D5;
    font-size: 60px;
    margin-left: 44%;
    margin-top: 1%;
    
}
.celulares{
    display: flex;
    justify-content: space-around;
    height: 10%;
    margin-top: 10%;
}
.precos{
    display: flex;
    justify-content: space-around;
}
.parte{
    background-color: #0A0F1A;
height: 13vh;
margin-top: 23%;
}

    
