body {
    font-family: "Poppins";
  }
footer{
    background: black;
}
footer p{
    margin: 20px 20px auto;
    color: white;
}
footer img{
    margin: 20px auto;
}
.logo{
    display: flex;

    align-items: center;
    justify-content: center;
}
