body{
    background-color: rgb(255, 255, 255);
    padding:0px;
}
 header{
    background-color: rgb(32, 165, 32);
  padding: 0px;
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
 }
.linea{
    background-color: green;
    width:35px;
    height: 1440px;;
}

.real-body{
    border-radius:10px;
    margin: 20px;
    background-color:rgb(55, 218, 50) ;
    height: auto;
    width: auto;
    padding:10px;
    display: flex;
    flex-direction:row ;
}
.Text-Div1{
    background-color: rgb(8, 83, 37);
    border-radius: 10px;
    margin: 2px;
    padding: 0.5px;
    width:250px;
} 
.Perfil{
    padding: 5px;
    width: 240px;

}
.estados{
    background-color: rgb(152, 255, 131);
    height:auto;
    margin-left:20px;
    border-radius: 2px;
    padding: 10px;
    width:auto;
    border:solid, 1px;
    border-color: rgb(1, 70, 22);
}
button{
    border-radius:5px;
    margin: 2px;
}