footer{

    height: 150px;
    background:#222222;

}
.logo_pie{
    display: flex;
    
    height: 100%;
    width: 150px;
    align-items: start;

}
.logo_pie img{
width: 150px;
}
.red{
    display: flex;
    flex-direction: column;
    
}
.red img{

    width: 20px;
    height: 20px;
    padding: 5px;
}

.pre-cont{
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    border-bottom: 2px solid white;
    margin: auto;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.pker{
    color: white;
    width: 90%;
    margin:auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
}
.pker span{
    font-size: 10px;
}