#Pg1{
   
    height: 20vh;
    width: 100%;
   
}
body {
    margin: 0;
}
header{
    margin-top: 0;
    background-color: #0A0F1A;
    display: flex;
    
    width: 100%;
    height: 12vh;
}
.pesquisar{
margin-left: 34%;
height: 4vh;
width: 23%;
margin-top: 2%;

}
.profile{
    margin-left: 20%;
    
    
}
.cadastro{
    color: #1578D5;
    font-size: x-large;
    position: absolute;
    margin-left: 89%;
    margin-top: 1%;
}
.text{
     margin-left: 15%; 
     margin-top: 14%;
}
.img{
margin-left: 52%;
margin-top: -30%;
}
.parte{
background-color: #0A0F1A;
height: 13vh;
}
.Central{
    color: white;
    font-size: x-large;
}
.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;
}










    




